aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hackinghowto.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/hackinghowto.rst')
-rw-r--r--docs/hackinghowto.rst38
1 files changed, 19 insertions, 19 deletions
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst
index fe2411bb..ef49fc43 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
-----------------------------------------
@@ -117,25 +133,9 @@ Delete the following directories:
.. YouCanHelp::
- If you're familiar with MongoDB and bash, we'd love to get a bash
- script that removes all the GNU MediaGoblin data from an existing
- MongoDB instance. Let us know!
-
-
-Running the server
-==================
-
-Run::
-
- ./bin/paster serve mediagoblin.ini --reload
-
-
-Running the test suite
-======================
-
-Run::
-
- ./bin/nosetests
+ If you're familiar with MongoDB and bash, we'd love to get a
+ `script that removes all the GNU MediaGoblin data from an existing
+ instance <http://bugs.foocorp.net/issues/296>`_. Let us know!
Quickstart for Django programmers