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



File Date Author Commit
docs 2009-12-06 Mark Ramm Mark Ramm <Commit bb4f9fae524aa88d3d4f4aea65310e1de12a63c1> cleanup of the platform overview
ez_setup 2009-11-05 Mark Ramm Mark Ramm <Commit 6e29319896bf86d52e3d73bd203524e65804a273> Adding new quickstart project
pyforge 2009-12-07 Mark Ramm Mark Ramm [4b88c3] A few extra comments and a bit of import cleanup
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
celeryconfig.py 2009-12-01 Rick Copeland Rick Copeland <Commit 9191ebc985a832ddc565c7dd4c22352021afb0f0> FORGE-38, FORGE-48 - use celery queues for SOLR...
development.ini 2009-12-01 Rick Copeland Rick Copeland <Commit 9191ebc985a832ddc565c7dd4c22352021afb0f0> FORGE-38, FORGE-48 - use celery queues for SOLR...
sandbox.ini 2009-11-25 Rick Copeland Rick Copeland <Commit 15ac2a4089f9663a43a7f251f01a40d0f0586fd1> FORGE-110 - add static mapping for plugins
setup.cfg 2009-12-01 Rick Copeland Rick Copeland <Commit 9191ebc985a832ddc565c7dd4c22352021afb0f0> FORGE-38, FORGE-48 - use celery queues for SOLR...
setup.py 2009-12-04 Rick Copeland Rick Copeland <Commit b011e3af98a8a7e82104f006ebb57edfa4f8c2a9> FORGE-57 - remove search dependency on Celery (...
setup.pyc 2009-11-05 Mark Ramm Mark Ramm <Commit 6e29319896bf86d52e3d73bd203524e65804a273> Adding new quickstart project
test.ini 2009-11-19 Rick Copeland Rick Copeland <Commit 4374ac51e8931fb3c0daaafae681362fe198c389> FORGE-84 - create framework for testing plugin ...

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.