]> git.parisson.com Git - telemeta.git/commitdiff
fix infos
authoryomguy <yomguy@parisson.com>
Sun, 26 Jun 2011 21:50:31 +0000 (23:50 +0200)
committeryomguy <yomguy@parisson.com>
Sun, 26 Jun 2011 21:50:31 +0000 (23:50 +0200)
INSTALL.rst
README.rst

index c91bf13269c5b28282bf473feff1289d927585b2..63b0ca5056ac513c76da2254cf5910208bb9b9c5 100644 (file)
@@ -85,11 +85,15 @@ Install Telemeta
 
         sudo python setup.py install
 
----------------------
-Fast testing 
+-------------------------
+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
 
 --------------------------
-Create a Django project
+Or create a Django project
 --------------------------
 
 If you haven't already done it, start a new django project::
@@ -190,11 +194,9 @@ If you want some personal templates, for example::
     '/home/dev/telemeta/sandboxes/sandbox_generic/templates/',
     )
 
-
 You can find an example for settings.py there::
     
-    conf/examples/django/settings.py
-
+    example/sandbox/settings.py
 
 --------------------------
 Initialize the database
@@ -235,7 +237,7 @@ Please also uncomment::
 
 You can find an example for url.py there::
     
-    conf/examples/django/urls.py
+    example/sandbox/urls.py
 
 
 --------------------
@@ -297,5 +299,5 @@ You can find an example of an Apache2 VirtualHost conf file there::
 Contact / More infos
 -------------------------
 
-See README and http://telemeta.org.
+See README.rst and http://telemeta.org.
 
index 7a96389799dcd6c604fc5a0c49dbe372ccda2d2d..0b61fad6b2556bf13531aad75802fe609bd83b95 100644 (file)
@@ -1,8 +1,8 @@
-=================
-Telemeta - README
-=================
+=======
+README
+=======
 
-Telemeta: web frontend to backup, analyse, transcode and stream any audio content and metadata
+Telemeta: Web Audio Content Management System
 
 
 Introduction
@@ -36,7 +36,7 @@ but could be easily adapted/overrided to sue other data structures.
 Installation and usage
 ======================
 
-See INSTALL and http://telemeta.org for more informations.
+See INSTALL.rst and http://telemeta.org for more informations.
 
 
 Development