git clone https://@opensourceprojects.eu/git/p/osp/osp-allura osp-osp-allura
File |
Date |
Author |
Commit |
allura
|
2011-02-07
|
Paul Sokolovsky
|
[2d8a2e]
[#1237] Add allura REST tests (mostly params va...
|
docs
|
2011-01-31
|
Rick Copeland
|
<Commit 4a160787d47fc9afcc0f05262ae81c0d18a76836>
[#1206] Fixes based on review feedback
|
ez_setup
|
2010-08-13
|
Rick Copeland
|
<Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0>
[#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
|
run
|
2010-08-13
|
Rick Copeland
|
<Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0>
[#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
|
LICENSE
|
2011-02-01
|
Wolf
|
<Commit 23c644ff05fdc87e89b443afe1f6f9d25b4e2cff>
License is Apache 2
|
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
|
2011-02-07
|
Rick Copeland
|
<Commit e95e38c3dbae28b9325d8979a36fc446b7277439>
[#1402] Use noreply@sf.net as MAIL FROM: SMTP e...
|
ldap-setup.py
|
2011-02-01
|
Rick Copeland
|
<Commit eb1dc0d74ec97910282fa6d53b170174ea29f79b>
[#1206] Test fixes for tests broken by the FUSE...
|
ldap-userconfig.py
|
2011-01-31
|
Rick Copeland
|
<Commit 4a160787d47fc9afcc0f05262ae81c0d18a76836>
[#1206] Fixes based on review feedback
|
oembed.ini
|
2010-08-13
|
Rick Copeland
|
<Commit 3abb2e55fdc2bbc9ac316dc4ac9bfe71166737d0>
[#176] - s/pyforge(the egg)/Allura/g, s/pyforge...
|
push_re.py
|
2011-02-07
|
Wolf
|
<Commit bb7f721dd6372495a27ce73cc1c0efb972e06263>
[#1419],[#1426],[#1446],[#1458], and [#1461]: o...
|
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
|
2011-01-28
|
John Hoffmann
|
<Commit b47c65857e90967434b642ce52642b90da296690>
[#1405] Remove sf.phpsession from Allura's setu...
|
test.ini
|
2011-02-03
|
Rick Copeland
|
<Commit 7e20f98a8671d3c87db5ffc052551d950f0b3c30>
[#1438] Add CSRF protection
|
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.