From c1c0613010991287912e088f214c56def149a692 Mon Sep 17 00:00:00 2001 From: yomguy Date: Tue, 7 Feb 2012 02:02:57 +0100 Subject: [PATCH] fix doc again --- INSTALL.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index 4bd90495..e6dfcda3 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -112,11 +112,16 @@ or, from source:: ------------------------- -Testing (sandbox) +Fast testing (sandbox) ------------------------- -If you just want to test Telemeta, a sandbox is available in the example/ directory. -As Telemeta needs MySQL to work properly and fast, please create a database before editing setting.py +If you just want to test Telemeta just now, a sandbox is available in the example/ directory:: + + cd example/sandbox_sqlite + ./manage.py syncdb + ./manage.py runserver 9000 + +Now browse http://localhost:9000 ------------------------------- -- 2.39.5