From 39e8fda6dc49156a185374494ecfbb9fcbb80ecf Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 12 May 2016 18:24:32 +0200 Subject: [PATCH] update install doc --- README.rst | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index c05cde2a..b73d8d9e 100644 --- a/README.rst +++ b/README.rst @@ -126,9 +126,8 @@ 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 MacOSX or Windows install the `Docker Toolbox `_ and open a Docker Quickstart Terminal. +* on **Linux**, first install `Git `_, `Docker engine `_ and `docker-compose `_ and open a terminal. +* on **MacOSX** or **Windows** install the `Docker Toolbox `_ and open a **Docker Quickstart Terminal**. Then clone Telemeta:: @@ -205,10 +204,6 @@ To start the application in a development environment setup:: Then browse the app at http://localhost:9000/ (replacing 'localhost' by the IP given by the docker terminal on OSX or Windows). Note the service will automatically when code is modified. -To build your own composition (if dependency tree is changed):: - - docker-compose -f docker-compose.yml -f env/dev.yml -f env/build.yml build - You are welcome to participate to the development by forking the Telemeta project on GitHub_. -- 2.39.5