diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-06 06:51:07 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-05-06 06:51:07 -0500 |
commit | 11e5b19701a0bc7e5fd5b39c1e28d9e6b81ad4b0 (patch) | |
tree | f5d7039396ca8696b4d1b597479f66bc54cf2c2c | |
parent | 61ec968b0d1a3681bbc049d651f67100b64e1f6d (diff) | |
download | mediagoblin-11e5b19701a0bc7e5fd5b39c1e28d9e6b81ad4b0.tar.lz mediagoblin-11e5b19701a0bc7e5fd5b39c1e28d9e6b81ad4b0.tar.xz mediagoblin-11e5b19701a0bc7e5fd5b39c1e28d9e6b81ad4b0.zip |
Moving wiping to a clean slate beneath running server/ test suite
-rw-r--r-- | docs/hackinghowto.rst | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst index fe2411bb..f7e46dae 100644 --- a/docs/hackinghowto.rst +++ b/docs/hackinghowto.rst @@ -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 ================================= |