diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-04-17 14:05:56 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2011-04-17 14:05:56 -0500 |
commit | dae6add99e73cc9c4385d7f7a907f12dea6c4578 (patch) | |
tree | f8c9de0a60f6706e1742e8c0ba50353425a24a64 /docs/hackinghowto.rst | |
parent | 719f82bad308321554a8fdd21333b8afd370d5a3 (diff) | |
download | mediagoblin-dae6add99e73cc9c4385d7f7a907f12dea6c4578.tar.lz mediagoblin-dae6add99e73cc9c4385d7f7a907f12dea6c4578.tar.xz mediagoblin-dae6add99e73cc9c4385d7f7a907f12dea6c4578.zip |
How to run the server
Diffstat (limited to 'docs/hackinghowto.rst')
-rw-r--r-- | docs/hackinghowto.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/hackinghowto.rst b/docs/hackinghowto.rst index 31925413..e44c42c2 100644 --- a/docs/hackinghowto.rst +++ b/docs/hackinghowto.rst @@ -56,6 +56,14 @@ etc). You can change this, but for development purposes this default should be fine. +Running the server +================== + +Run:: + + ./bin/paster serve mediagoblin.ini --reload + + Running the test suite ====================== |