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



File Date Author Commit
allura 2013-03-12 Tim Van Steenburgh Tim Van Steenburgh [1b4ce9] Merge branch 'db/5755'
docs 2013-02-07 Peter Hartmann Peter Hartmann <Commit dbc9c195e47b7819536bf6b8d708848d8cad38a5> [#4648] Update copyright statement in 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 2013-01-22 Peter Hartmann Peter Hartmann <Commit 810478e0e82bdde6e1d3d2550f99beb0986334e4> [#4648] Add necessary licenses and notices
MANIFEST.in 2010-08-13 Rick Copeland Rick Copeland <Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0> [#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
NOTICE 2013-01-22 Peter Hartmann Peter Hartmann <Commit 810478e0e82bdde6e1d3d2550f99beb0986334e4> [#4648] Add necessary licenses and notices
README.txt 2010-08-13 Rick Copeland Rick Copeland <Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0> [#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
development.ini 2013-03-12 Tim Van Steenburgh Tim Van Steenburgh [1b4ce9] Merge branch 'db/5755'
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
setup.cfg 2010-08-13 Rick Copeland Rick Copeland <Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0> [#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
setup.py 2013-01-09 Tim Van Steenburgh Tim Van Steenburgh <Commit 820433dd3b3bb9bec9b0d608eb0cc05fb88049fb> [#5384] Make spam-checking provider pluggable a...
test-light.py 2013-02-19 Dave Brondsema Dave Brondsema <Commit bea16d6d7ba7479e5ff31fb40beece9d89208f19> [#5837] one-line import changes to remove pylon...
test.ini 2013-03-12 Tim Van Steenburgh Tim Van Steenburgh [1b4ce9] Merge branch 'db/5755'

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.