From: Guillaume Pellerin Date: Tue, 15 Nov 2016 16:20:01 +0000 (+0100) Subject: Specify docker versions X-Git-Tag: search~2^2~26 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=484d2aa1e0a278858d84192391f46d71d3871f00;p=telemeta.git Specify docker versions --- diff --git a/README.rst b/README.rst index f4348656..2302f801 100644 --- a/README.rst +++ b/README.rst @@ -126,7 +126,7 @@ Install Thanks to Docker, Telemeta is now fully available as a docker composition ready to work. The docker based composition bundles some powerfull applications and modern frameworks out-of-the-box like: Python, Conda, Numpy, Jupyter, Gstreamer, Django, Celery, Haystack, ElasticSearch, MySQL, Redis, uWSGI, Nginx and many more. -* on **Linux**, first install `Git `_, `Docker engine `_ and `docker-compose `_ and open a terminal. +* on **Linux**, first install `Git `_, `Docker engine `_ (>=1.9) and `docker-compose `_ (>=1.8) and open a terminal. * on **MacOSX** or **Windows** install the `Docker Toolbox `_ and open a **Docker Quickstart Terminal**. Then clone Telemeta:: diff --git a/telemeta/pages b/telemeta/pages index c2a0f196..47aec4d0 160000 --- a/telemeta/pages +++ b/telemeta/pages @@ -1 +1 @@ -Subproject commit c2a0f19625f44ab2c3050b7784382ac7eb6939b0 +Subproject commit 47aec4d02719d4df3eef2fc0aa58a0a3ede2972e diff --git a/telemeta/views/resource.py b/telemeta/views/resource.py index dd9e9ce4..0489f737 100644 --- a/telemeta/views/resource.py +++ b/telemeta/views/resource.py @@ -238,7 +238,7 @@ class ResourceSingleMixin(ResourceMixin): else: context['parents'] = [] return context - + class ResourceListView(ResourceMixin, ListView): @@ -365,4 +365,3 @@ class ResourceEpubPasswordView(ResourceSingleMixin, FormView): class ResourceEpubListView(ResourceDetailView): template_name = 'telemeta/resource_epub_list.html' -