From 89c5c0040f02afed228350f95dfedec1c1d38b50 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 16 Jul 2013 02:11:27 +0200 Subject: [PATCH] update doc, update record video URL --- INSTALL.rst | 12 +++++++++--- .../teleforma/course_conference_record.html | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/INSTALL.rst b/INSTALL.rst index cff36231..70506ee4 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -29,11 +29,11 @@ Install the system dependencies Install all dependencies like this:: - sudo aptitude install python python-dev python-django python-xml python-mysqldb mysql-server \ + sudo aptitude install python python-dev python-pip python-xml python-mysqldb mysql-server \ python-ctypes python-setuptools python-support python-docutils \ - python-libxml2 python-django-registration python-lxml python-numpy \ + python-libxml2 python-lxml python-numpy \ python-scipy python-imaging python-mutagen python-gobject python-gst0.10 \ - gstreamer0.10-plugins-base gobject-introspection python-django-south + gstreamer0.10-plugins-base gobject-introspection python-psutil nginx To get MP3 reading and writing:: @@ -41,6 +41,12 @@ Install the system dependencies sudo apt-get update sudo aptitude install gstreamer0.10-fluendo-mp3 gstreamer0.10-lame + More packages:: + + sudo pip install -U django==1.4.5 south django-pagination django-registration django-extensions \ + django-notes django-timezones django-markup-mixin sorl-thumbnail django-json-rpc \ + xlwt pytz googletools + * On other linux platforms: Please install all the equivalent dependencies thanks to your application manager or manually. diff --git a/teleforma/templates/teleforma/course_conference_record.html b/teleforma/templates/teleforma/course_conference_record.html index 999b3daf..de39e9fb 100644 --- a/teleforma/templates/teleforma/course_conference_record.html +++ b/teleforma/templates/teleforma/course_conference_record.html @@ -44,7 +44,7 @@ $(document).ready(function(){ {% block video %}
{% endblock video %} -- 2.39.5