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



File Date Author Commit
allura 2010-11-18 Rick Copeland Rick Copeland [0785f1] [#1191] Fix 500 error with unicode project name...
docs 2010-09-22 Paul Sokolovsky Paul Sokolovsky <Commit f39e4cf2c856c072fc25ff3734bea2c78e98b4e9> Group start instructions for 3rd party servers ...
ez_setup 2010-08-13 Rick Copeland Rick Copeland <Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0> [#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
flyway 2010-08-31 Rick Copeland Rick Copeland <Commit 55fa2ed2fa1fb3a5814ccbca1eca174c5a73824f> [#864] - flyway now cleans up its connections b...
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 2010-11-08 Jenny Steele Jenny Steele <Commit 1ce9af8d8b46d3fc8293312f29dfa03f31c98197> [#794] Added theme provider and created a theme...
oembed.ini 2010-08-13 Rick Copeland Rick Copeland <Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0> [#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
push_re.py 2010-09-21 Wolf Wolf <Commit 60f7daa68f0651166c9a588944b51fce795e3e28> push script: make allura references in SOG Trac...
sandbox-test.ini 2010-11-10 Paul Sokolovsky Paul Sokolovsky <Commit 704f8f01215c4bace45f372d6d05230f1efc6150> [#1136] Update sandbox testing config for past ...
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 2010-11-10 Rick Copeland Rick Copeland <Commit f005884fd13f88e78161c7c60c15e473c66d8dd6> [#1130] - refactor to support new ew, including...
test.ini 2010-10-19 Rick Copeland Rick Copeland <Commit f640616f4cc839fd08696a7c5c64dfd2e23c4541> [#1030] [#1031] - Store complete database info ...

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.