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



File Date Author Commit
docs 2010-06-01 Rick Copeland Rick Copeland <Commit aef79523e1c6eeb50b9d194a2148a6893c736fdc> [#471] - Refactoring to make underscores illega...
ez_setup 2009-11-05 Mark Ramm Mark Ramm <Commit 6e29319896bf86d52e3d73bd203524e65804a273> Adding new quickstart project
flyway 2010-05-25 Rick Copeland Rick Copeland <Commit 889885cb52682e5707d803152e46c34e9e55f7cf> [#461] - Make neighborhoods more "projectish", ...
pyforge 2010-06-18 Wolf Wolf [0797a2] [#431] unify flash, user notifications, ajaxy s...
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-05-17 Jenny Steele Jenny Steele <Commit b6a8b711e62d24035c8e2c5b6485d571825bb3d2> [#380] Moved static files to /nf so they don't ...
development.ini 2010-06-16 Rick Copeland Rick Copeland <Commit bc051176f22158aa816f5366cdb922222b49214a> [#592] - match URL scheme for static resources
oembed.ini 2010-02-05 Rick Copeland Rick Copeland <Commit ce4b6b0dd4d3b75ec8f13301641c792a8e18ebee> FORGE-214 - Add oembed support to our markdown ...
push_re.py 2010-06-14 Wolf Wolf <Commit 0c7c4c27948862ce0d49f369338d3f4f481b6cb6> updated push form as per https://engr.geek.net/...
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-06-02 Wolf Wolf <Commit 97a17d6e4b639861e36668e548ca70712876f5df> [#483] logout must include sfx logout
setup.cfg 2009-12-01 Rick Copeland Rick Copeland <Commit 9191ebc985a832ddc565c7dd4c22352021afb0f0> FORGE-38, FORGE-48 - use celery queues for SOLR...
setup.py 2010-06-17 Rick Copeland Rick Copeland <Commit 7dd01376e168789bf969da7cbd864ae5eb2b240b> [#607] - add feedparser HTML sanitization to ma...
test.ini 2010-06-10 Rick Copeland Rick Copeland <Commit 2073166d06d44d7f2baf21fd24f46b30a101fabc> [#554] - Add support for CDN with static resources

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.