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



File Date Author Commit
docs 2010-01-29 Wolf Wolf <Commit 40bf73248e31529ae9e2f4aa583d0db8d73d56a1> Use 'Ticket' rather than 'Issue'
ez_setup 2009-11-05 Mark Ramm Mark Ramm <Commit 6e29319896bf86d52e3d73bd203524e65804a273> Adding new quickstart project
pyforge 2010-02-25 Jenny Steele Jenny Steele [42c43d] Added a test for neighborhood icons
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-02-12 Jenny Steele Jenny Steele <Commit 69d85666fc5c4464ad7a1731231e414fdfc5a965> Merge branch 'master' of ssh://engr.geek.net/forge
development.ini 2010-02-05 Rick Copeland Rick Copeland <Commit ce4b6b0dd4d3b75ec8f13301641c792a8e18ebee> FORGE-214 - Add oembed support to our markdown ...
oembed.ini 2010-02-05 Rick Copeland Rick Copeland <Commit ce4b6b0dd4d3b75ec8f13301641c792a8e18ebee> FORGE-214 - Add oembed support to our markdown ...
sandbox-test.ini 2010-02-17 Wolf Wolf <Commit 35ed2344a1dcd2576a132896f0edbf1247aea52b> Use test.ini locally, but sandbox-test.ini on s...
sandbox.ini 2010-02-05 Wolf Wolf <Commit 3a2cea3b71e7e7b211da0b5865078b1165f1246f> oembed setup missing from sandbox.ini
setup.cfg 2009-12-01 Rick Copeland Rick Copeland <Commit 9191ebc985a832ddc565c7dd4c22352021afb0f0> FORGE-38, FORGE-48 - use celery queues for SOLR...
setup.py 2010-02-16 Wolf Wolf <Commit afdd79fadc6edf6777ff3c0c9b6c8afbce403f31> Users now have a profile rather than a home
setup.pyc 2009-11-05 Mark Ramm Mark Ramm <Commit 6e29319896bf86d52e3d73bd203524e65804a273> Adding new quickstart project
test.ini 2010-02-02 Rick Copeland Rick Copeland <Commit 27f9080f4ae040f4710295e7a9dc7d696beade2a> FORGE-212, FORGE-270, FORGE-274 - Neighborhoods...

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.