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::
'/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
You can find an example for url.py there::
- conf/examples/django/urls.py
+ example/sandbox/urls.py
--------------------
Contact / More infos
-------------------------
-See README and http://telemeta.org.
+See README.rst and http://telemeta.org.
-=================
-Telemeta - README
-=================
+=======
+README
+=======
-Telemeta: web frontend to backup, analyse, transcode and stream any audio content and metadata
+Telemeta: Web Audio Content Management System
Introduction
Installation and usage
======================
-See INSTALL and http://telemeta.org for more informations.
+See INSTALL.rst and http://telemeta.org for more informations.
Development