]> git.parisson.com Git - telemeta.git/commitdiff
fix doc again
authoryomguy <yomguy@parisson.com>
Tue, 7 Feb 2012 01:02:57 +0000 (02:02 +0100)
committeryomguy <yomguy@parisson.com>
Tue, 7 Feb 2012 01:02:57 +0000 (02:02 +0100)
INSTALL.rst

index 4bd904954e0c0588523a218d1db8d73884a33ae5..e6dfcda3c02c06f619fc583edc2d3286a9312ff3 100644 (file)
@@ -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
 
 
 -------------------------------