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



File Date Author Commit
docs 2010-04-20 Gary Bernhardt Gary Bernhardt <Commit ab5d7294128ca48f738cb9954a38faef529ae80e> Updated install.rst with what worked for me
ez_setup 2009-11-05 Mark Ramm Mark Ramm <Commit 6e29319896bf86d52e3d73bd203524e65804a273> Adding new quickstart project
flyway 2010-04-19 Rick Copeland Rick Copeland <Commit db944251036f17b39b91fa5b21cd3a98cb6b96f5> [#211] - Standardize email addressing
pyforge 2010-04-21 Rick Copeland Rick Copeland [c60320] [#95] - Add ApiToken for API requests, with abi...
run 2009-11-18 Jonathan T. Beard Jonathan T. Beard <Commit 2083ffa0388207af7826418b631dfb8bc35c393c> FORGE-60: add tests for nosetest coverage to tasks
MANIFEST.in 2009-11-05 Mark Ramm Mark Ramm <Commit 6e29319896bf86d52e3d73bd203524e65804a273> Adding new quickstart project
README.txt 2009-11-05 Mark Ramm Mark Ramm <Commit 6e29319896bf86d52e3d73bd203524e65804a273> Adding new quickstart project
demo.ini 2010-04-21 Rick Copeland Rick Copeland <Commit 19d08e6553fe45fad6ceee7dd12b1e1d1e3913bf> [#250] - Fix duplicate key in .ini files that w...
development.ini 2010-04-21 Rick Copeland Rick Copeland <Commit 19d08e6553fe45fad6ceee7dd12b1e1d1e3913bf> [#250] - Fix duplicate key in .ini files that w...
oembed.ini 2010-02-05 Rick Copeland Rick Copeland <Commit ce4b6b0dd4d3b75ec8f13301641c792a8e18ebee> FORGE-214 - Add oembed support to our markdown ...
production.ini 2010-04-21 Jonathan T. Beard Jonathan T. Beard <Commit f7a2572f2b927293912f0a2943390de41ea2315c> [#166] adding the production.ini from re.source...
sandbox-test.ini 2010-03-23 Rick Copeland Rick Copeland <Commit 01d9bfb1ddef49835820f1d10b2414ba56703480> [#118] - Testing infrastructure upgrades
sandbox.ini 2010-03-24 Wolf Wolf <Commit 001c0b41056d8d9e361852d72eb182723093a5b3> Setup sandboxes as per Rick's work on [#118]
setup.cfg 2009-12-01 Rick Copeland Rick Copeland <Commit 9191ebc985a832ddc565c7dd4c22352021afb0f0> FORGE-38, FORGE-48 - use celery queues for SOLR...
setup.py 2010-04-21 Rick Copeland Rick Copeland [c60320] [#95] - Add ApiToken for API requests, with abi...
test.ini 2010-04-21 Gary Bernhardt Gary Bernhardt <Commit 166dbdc14ae7b3dfec556a963d0216cd0fa9a81c> Turn off test data caching (it causes confusing...

Read Me

This file is for you to describe the pyforge application. Typically
you would include information such as the information below:

Installation and Setup
======================

Install ``pyforge`` using the setup.py script::

    $ cd pyforge
    $ 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.