git clone https://@opensourceprojects.eu/git/p/osp/osp-allura osp-osp-allura



File Date Author Commit
allura 2011-01-26 Jenny Steele Jenny Steele <Commit 2d538015c6ad73abdc21dcddc117b3a5f93f9c33> [#1372] Project homepage title is now pre-popul...
docs 2011-01-27 John Hoffmann John Hoffmann [0d6dd4] Merge branch 'jwh/792' into dev
ez_setup 2010-08-13 Rick Copeland Rick Copeland <Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0> [#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
run 2010-08-13 Rick Copeland Rick Copeland <Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0> [#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
LICENSE 2010-09-22 Wolf Wolf <Commit e09d8d9066f53b82954263842398855479c1c6a0> [#793] add BSD license to each package and to t...
MANIFEST.in 2010-08-13 Rick Copeland Rick Copeland <Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0> [#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
README.txt 2010-08-13 Rick Copeland Rick Copeland <Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0> [#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
demo.ini 2010-08-16 Rick Copeland Rick Copeland <Commit a748c7941b3a5468abffebba8e0247fd7db536f4> [#176] - egg:allura should be egg:Allura
development.ini 2011-01-13 Jenny Steele Jenny Steele <Commit a17400306b535a4eb75f94b384065ae6a348bda0> [#1306] Discussion thread page tweaks
oembed.ini 2010-08-13 Rick Copeland Rick Copeland <Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0> [#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
push_re.py 2011-01-12 Wolf Wolf <Commit 122aa673a7b364acd2fdc8bde6df1cab5ed2b802> Always push sftheme as well (in push_re.py)
sandbox.ini 2010-08-16 Rick Copeland Rick Copeland <Commit a748c7941b3a5468abffebba8e0247fd7db536f4> [#176] - egg:allura should be egg:Allura
setup.cfg 2010-08-13 Rick Copeland Rick Copeland <Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0> [#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
setup.py 2011-01-18 Paul Sokolovsky Paul Sokolovsky <Commit 1b0caed759c50bd0fe2d9168dc094014f36d7c56> [#1280] Move rethumb command to scripts/ dir an...
test.ini 2011-01-21 Paul Sokolovsky Paul Sokolovsky <Commit 8ffc79f3f02fc951d664c83c24ac854b872147c0> [#1311] With local html5 validation idea failin...

Read Me

This file is for you to describe the allura application. Typically
you would include information such as the information below:

Installation and Setup
======================

Install ``allura`` using the setup.py script::

    $ cd allura
    $ python setup.py install

Create the project database for any model classes defined::

    $ paster setup-app development.ini

Start the paste http server::

    $ paster serve development.ini

While developing you may want the server to reload after changes in package files (or its dependencies) are saved. This can be achieved easily by adding the --reload option::

    $ paster serve --reload development.ini

Then you are ready to go.