From dae6add99e73cc9c4385d7f7a907f12dea6c4578 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sun, 17 Apr 2011 14:05:56 -0500 Subject: [PATCH] How to run the server --- docs/hackinghowto.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ======================