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



File Date Author Commit
allura 2010-12-08 Rick Copeland Rick Copeland [1d84c0] Merge branch 'master' into dev
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-06 Jenny Steele Jenny Steele <Commit bb47379098a2aba47ee2df34b0bb2004cc9f2035> [#1215] Updated allura theme to work like sfthe...
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 [1d84c0] Merge branch 'master' into dev
sandbox-test.ini 2010-11-10 Paul Sokolovsky Paul Sokolovsky <Commit 704f8f01215c4bace45f372d6d05230f1efc6150> [#1136] Update sandbox testing config for past ...
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-11-30 Rick Copeland Rick Copeland <Commit 6ae31726ebc0868e2a6a339aeef17877f6e11ad6> [#1134] Add Ming to list of paster plugins so p...
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.