From 19bb971dbf2de562d9dae7dc1bbf7242f4234aa3 Mon Sep 17 00:00:00 2001 From: yomguy Date: Sun, 26 Jun 2011 23:50:31 +0200 Subject: [PATCH] fix infos --- INSTALL.rst | 18 ++++++++++-------- README.rst | 10 +++++----- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index c91bf132..63b0ca50 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -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. diff --git a/README.rst b/README.rst index 7a963897..0b61fad6 100644 --- a/README.rst +++ b/README.rst @@ -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 -- 2.39.5