From: yomguy Date: Tue, 7 Feb 2012 01:02:57 +0000 (+0100) Subject: fix doc again X-Git-Tag: 1.3.10~17 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c1c0613010991287912e088f214c56def149a692;p=telemeta.git fix doc again --- 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 -------------------------------