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



File Date Author Commit
allura 2011-01-04 Paul Sokolovsky Paul Sokolovsky [38b499] [#1260] Add explicit field type (jslint).
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 2011-01-11 Wolf Wolf <Commit 9151c98effe5512d3fb70815046145f0480125a8> 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 2011-01-11 Wolf Wolf <Commit 9151c98effe5512d3fb70815046145f0480125a8> 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 2011-01-11 Wolf Wolf <Commit 9151c98effe5512d3fb70815046145f0480125a8> Merge branch 'master' into dev
test.ini 2011-01-11 Wolf Wolf <Commit 9151c98effe5512d3fb70815046145f0480125a8> Merge branch 'master' into dev

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.