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



File Date Author Commit
allura 2013-02-06 Wayne Witzel III Wayne Witzel III [b67150] Merge branch 'master' of https://git-wip-us.apa...
docs 2012-03-15 Dave Brondsema Dave Brondsema <Commit 18d8d04bb7f74502777a5d1bd959dad08709c7de> [#3874] move SMTP setup instructions
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 2012-12-27 Peter Hartmann Peter Hartmann <Commit 3617548fac07bb9a07098c1907d5105c43a9cb63> [#4647] Make html2text import in ForgeBlog opti...
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 2011-10-12 Wayne Witzel III Wayne Witzel III <Commit 3f60d2b646c97e369a0ffd9bdff43e93693601cb> Merge branch 'dev' into js/186
test.ini 2012-10-11 Dave Brondsema Dave Brondsema <Commit fc974fa89870e750e7970a98e1899d87d2244982> [#5105] introduce a new "task" db for monq_task...

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.