]> git.parisson.com Git - teleforma.git/commitdiff
update doc, update record video URL
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 16 Jul 2013 00:11:27 +0000 (02:11 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 16 Jul 2013 00:11:27 +0000 (02:11 +0200)
INSTALL.rst
teleforma/templates/teleforma/course_conference_record.html

index cff362315650eb06b8e0476cbfa8a67b486f0821..70506ee407862e0d7d7d456add5c7eefeacc157e 100644 (file)
@@ -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.
index 999b3daf72bb8148cbbde2f4137de23265195daa..de39e9fbe68f8fcda0efd53bca2f8c3190d5112b 100644 (file)
@@ -44,7 +44,7 @@ $(document).ready(function(){
 {% block video %}
 <div class="video">
 <video controls autoplay preload="auto" width="640" height="360">
-<source src="http://{{ host }}:8080/consume/safe" type="video/webm">
+<source src="http://{{ host }}:8080/consume/monitor" type="video/webm">
 </video>
 </div>
 {% endblock video %}