Moving wiping to a clean slate beneath running server/ test suite

This commit is contained in:
Christopher Allan Webber 2011-05-06 06:51:07 -05:00
parent 61ec968b0d
commit 11e5b19701

View File

@ -95,6 +95,22 @@ changed. To do that, run::
need to do this when you've made code changes.
Running the server
==================
Run::
./bin/paster serve mediagoblin.ini --reload
Running the test suite
======================
Run::
./bin/nosetests
Wiping your environment for a clean-slate
-----------------------------------------
@ -122,22 +138,6 @@ Delete the following directories:
MongoDB instance. Let us know!
Running the server
==================
Run::
./bin/paster serve mediagoblin.ini --reload
Running the test suite
======================
Run::
./bin/nosetests
Quickstart for Django programmers
=================================