Skip to content

Commit

Permalink
Cleanup of docker section of tutorial (#112)
Browse files Browse the repository at this point in the history
* added fixed setup instructions

* cleaned up the docker section of setup instructions
  • Loading branch information
eugenevinitsky committed Sep 6, 2018
1 parent d5d81c2 commit 0d7d704
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/flow_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -270,15 +270,15 @@ You may define user-specific config parameters as follows
cp flow/core/config.template.py flow/core/config.py # Create template for users using pycharm


2. Remote desktop using Docker for simple utilisation of flow (recommended for testing purpose)
***********************************************************************************************
2. Remote installation using docker
***********************************

a. Installation
===============

Installation of a remote desktop and docker to get access to flow quickly

First install docker on https://www.docker.com/
First install docker: https://www.docker.com/

In terminal

Expand Down Expand Up @@ -313,4 +313,4 @@ Go into your browser ( Firefox, Chrome, Safari)
::

1° go to localhost:8888/tree
2° the password is 'admin' and you can run all your notebook and tutorial
2° the password is 'admin' and you can run all your notebooks and tutorials

0 comments on commit 0d7d704

Please sign in to comment.