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



File Date Author Commit
allura 2010-12-30 Jenny Steele Jenny Steele [1c9d55] Fixed failing html validation test on external ...
docs 2010-11-17 Rick Copeland Rick Copeland <Commit d69cb322807b8f7ce59818b3ef818cc40c4308e1> [#1134] Update Ming and Allura to pymongo 1.9
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 2010-12-21 Wolf Wolf <Commit ecc23bd32e2b9d97f683356bab336a52f6987edf> Merge branch 'master' into dev
oembed.ini 2010-08-13 Rick Copeland Rick Copeland <Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0> [#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
push_re.py 2010-12-08 Rick Copeland Rick Copeland <Commit 1d84c04e9ed84c649ceb38fd3b58bbd310c62a7f> Merge branch 'master' into dev
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 2010-12-21 Wolf Wolf <Commit ecc23bd32e2b9d97f683356bab336a52f6987edf> Merge branch 'master' into dev
test.ini 2010-11-17 Rick Copeland Rick Copeland <Commit d69cb322807b8f7ce59818b3ef818cc40c4308e1> [#1134] Update Ming and Allura to pymongo 1.9

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.