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



File Date Author Commit
allura 2011-07-14 Dave Brondsema Dave Brondsema [a3d6d9] [#2455] fix anonymous lookup when post author i...
docs 2011-04-08 Dave Brondsema Dave Brondsema <Commit 6bb6d5d133be72bbe397ca3e8194c5267373829d> [#1824] s/S(ource)F(orge)/the forge/ so it's mo...
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...
development.ini 2011-06-30 Rick Copeland Rick Copeland <Commit 7d17397283a6110a62dd26e6fd4dd4da92509efe> [#2082] Make sure we are logging logins to zark...
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 2011-06-24 Jenny Steele Jenny Steele <Commit 3f289720d87b6608954cf1be881a2fc1a29b084a> [#2117] Removed flyway migrations and organized...
test.ini 2011-04-13 John Hoffmann John Hoffmann <Commit 056b90834b9b26a1b2065030a238d99e0e0b22cd> [#1857] Compress the access urls into a single ...

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.