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



File Date Author Commit
docs 2010-04-27 Jenny Steele Jenny Steele <Commit 795bbafa238cb16e4ef1e7e86ce61850e483646a> [#286] Plugins renamed to tools
ez_setup 2009-11-05 Mark Ramm Mark Ramm <Commit 6e29319896bf86d52e3d73bd203524e65804a273> Adding new quickstart project
flyway 2010-05-03 Rick Copeland Rick Copeland <Commit 31cc45a051263f0351a4767bbda5ff469dda34a5> [#330] - add flyway options, as well as flyway ...
pyforge 2010-05-14 Jenny Steele Jenny Steele [dca644] [#217] Changed project user select to autocomplete
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-27 Jenny Steele Jenny Steele <Commit 795bbafa238cb16e4ef1e7e86ce61850e483646a> [#286] Plugins renamed to tools
development.ini 2010-04-27 Jenny Steele Jenny Steele <Commit 795bbafa238cb16e4ef1e7e86ce61850e483646a> [#286] Plugins renamed to tools
oembed.ini 2010-02-05 Rick Copeland Rick Copeland <Commit ce4b6b0dd4d3b75ec8f13301641c792a8e18ebee> FORGE-214 - Add oembed support to our markdown ...
sandbox-test.ini 2010-05-14 Jonathan T. Beard Jonathan T. Beard <Commit 7c7c1f29171c438240dd74a9e92b6170b7b74ad4> [#368] Fixes to sandbox-test.ini to work in con...
sandbox.ini 2010-04-27 Jenny Steele Jenny Steele <Commit 795bbafa238cb16e4ef1e7e86ce61850e483646a> [#286] Plugins renamed to tools
setup.cfg 2009-12-01 Rick Copeland Rick Copeland <Commit 9191ebc985a832ddc565c7dd4c22352021afb0f0> FORGE-38, FORGE-48 - use celery queues for SOLR...
setup.py 2010-04-27 Jenny Steele Jenny Steele <Commit 795bbafa238cb16e4ef1e7e86ce61850e483646a> [#286] Plugins renamed to tools
test.ini 2010-04-30 Rick Copeland Rick Copeland <Commit fc82fd82228eb267e7483a73558e7dd533f219ed> [#249] - embed flyway migration in setup-app

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.