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



File Date Author Commit
docs 2009-11-17 Mark Ramm Mark Ramm [48c7d2] A few more tweeks to the table of contents to m...
ez_setup 2009-11-05 Mark Ramm Mark Ramm <Commit 6e29319896bf86d52e3d73bd203524e65804a273> Adding new quickstart project
pyforge 2009-11-13 Rick Copeland Rick Copeland <Commit 79f02d5fe2b1daaf2a14a819b7d63f517abc28ea> FORGE-16 - add threaded discussions to HelloForge
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-11-12 Wolf Wolf <Commit fbf3fb32712790f6d2110b1b7de737bd21d02474> Celery requires CARROT_BACKEND to be set
development.ini 2009-11-05 Rick Copeland Rick Copeland <Commit 0f153ce5e0783a6099b4f33502d0f1bae3869fc2> working toward pyforge/ming model
setup.cfg 2009-11-05 Mark Ramm Mark Ramm <Commit 6e29319896bf86d52e3d73bd203524e65804a273> Adding new quickstart project
setup.py 2009-11-13 Rick Copeland Rick Copeland <Commit 696d78b67f670f6da949c9bcdc701d836a7b5fae> FORGE-43 - Add tests for ming.base
setup.pyc 2009-11-05 Mark Ramm Mark Ramm <Commit 6e29319896bf86d52e3d73bd203524e65804a273> Adding new quickstart project
test.ini 2009-11-05 Mark Ramm Mark Ramm <Commit 6e29319896bf86d52e3d73bd203524e65804a273> Adding new quickstart project

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.