git clone https://@opensourceprojects.eu/git/p/osp/allura-contrib osp-allura-contrib
File |
Date |
Author |
Commit |
allura
|
2010-08-17
|
Jenny Steele
|
[84afa3]
Fix for attachments
|
docs
|
2010-08-13
|
Rick Copeland
|
<Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0>
[#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
|
ez_setup
|
2010-08-13
|
Rick Copeland
|
<Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0>
[#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
|
flyway
|
2010-08-16
|
Rick Copeland
|
<Commit 55929e817fcf491aa69282802c0e6d5be43714ae>
[#746] - fix tests fixed by this and other commits
|
run
|
2010-08-13
|
Rick Copeland
|
<Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0>
[#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
|
MANIFEST.in
|
2010-08-13
|
Rick Copeland
|
<Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0>
[#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
|
README.txt
|
2010-08-13
|
Rick Copeland
|
<Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0>
[#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
|
demo.ini
|
2010-08-16
|
Rick Copeland
|
<Commit a748c7941b3a5468abffebba8e0247fd7db536f4>
[#176] - egg:allura should be egg:Allura
|
development.ini
|
2010-08-16
|
Rick Copeland
|
<Commit a748c7941b3a5468abffebba8e0247fd7db536f4>
[#176] - egg:allura should be egg:Allura
|
oembed.ini
|
2010-08-13
|
Rick Copeland
|
<Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0>
[#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
|
push_re.py
|
2010-08-13
|
Rick Copeland
|
<Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0>
[#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
|
sandbox-test.ini
|
2010-08-13
|
Rick Copeland
|
<Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0>
[#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
|
sandbox.ini
|
2010-08-16
|
Rick Copeland
|
<Commit a748c7941b3a5468abffebba8e0247fd7db536f4>
[#176] - egg:allura should be egg:Allura
|
setup.cfg
|
2010-08-13
|
Rick Copeland
|
<Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0>
[#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
|
setup.py
|
2010-08-13
|
Rick Copeland
|
<Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0>
[#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
|
test.ini
|
2010-08-13
|
Rick Copeland
|
<Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0>
[#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
|
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.