Moving wiping to a clean slate beneath running server/ test suite
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 6 May 2011 11:51:07 +0000 (06:51 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 6 May 2011 11:51:07 +0000 (06:51 -0500)
docs/hackinghowto.rst

index fe2411bb60b2498c14e620c36e18d53112603c1c..f7e46daec544c70cbb53b3a0c591c9e95f58adaf 100644 (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
 =================================