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



File Date Author Commit
allura 2011-03-19 Rick Copeland Rick Copeland [703b7b] [#1723] Remove IndexOp class in favor of direct...
docs 2011-03-22 Jenny Steele Jenny Steele <Commit b7a36fde1b70a183c1f90a575c9723d08f541d9e> [#1558] Fixed some typos in the docs
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 2011-02-01 Wolf Wolf <Commit 23c644ff05fdc87e89b443afe1f6f9d25b4e2cff> License is Apache 2
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...
celeryconfig.py 2011-03-15 Rick Copeland Rick Copeland <Commit e1b8d54991b9f3f9e53540c50cf02355998006ea> [#1723] Replace amqp audit/react stuff with bac...
demo.ini 2010-08-16 Rick Copeland Rick Copeland <Commit a748c7941b3a5468abffebba8e0247fd7db536f4> [#176] - egg:allura should be egg:Allura
development.ini 2011-03-17 Rick Copeland Rick Copeland <Commit 6899decc9bdb9f5fe7e22e207e60994e449c7461> [#1723] Begin work on events to replace @react,...
ldap-setup.py 2011-02-01 Rick Copeland Rick Copeland <Commit eb1dc0d74ec97910282fa6d53b170174ea29f79b> [#1206] Test fixes for tests broken by the FUSE...
ldap-userconfig.py 2011-01-31 Rick Copeland Rick Copeland <Commit 4a160787d47fc9afcc0f05262ae81c0d18a76836> [#1206] Fixes based on review feedback
oembed.ini 2010-08-13 Rick Copeland Rick Copeland <Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0> [#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
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-03-17 Rick Copeland Rick Copeland <Commit b67bc47816b4d93a4b91b021d56a9df43ef1eeb9> [#1723] tests
test.ini 2011-03-23 John Hoffmann John Hoffmann <Commit 92e79a84eca1937d3fde3d54025a220474b0cb67> [#1570] Update test.ini and add another assert ...

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.