From 5d735e9a7bd22e05c49705dc1043ec3ee633c9d0 Mon Sep 17 00:00:00 2001 From: vishalseshagiri Date: Tue, 18 Jul 2017 09:32:59 +0000 Subject: [PATCH] Readme shenanigans --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6a730870..1414d08b 100644 --- a/README.md +++ b/README.md @@ -34,9 +34,11 @@ Follow the steps given in https://docs.docker.com/compose/install/ The docker-compose version used by us is docker-compose version 1.14.0, build c7bdf9e ``` +## Deployment + Steps to be followed to build and run the docker image are : ``` -1. Run the bash script bash_script.sh (Modify it to executable if not already given using the chmod +x command) with the command ./bash_script.sh +1. Run the bash script bash_script.sh (Modify it to executable if not already given using the chmod +x command) with the command ./bash_script.$ 2. After a few minutes the prompt will point to the App container with a root prefix to it (your current location is /home/frappe) 3. You will be inside /home/frappe/code folder 4. Make the bash_run_container.sh executable by chmod +x as in step 1 and run it with the command ./bash_run_container.sh @@ -46,10 +48,6 @@ Steps to be followed to build and run the docker image are : 8. Once all the installation steps are complete you can access the Web based GUI by typing localhost:8000 on your browser. ``` -## Deployment - -Add additional notes about how to deploy this on a live system - ## Built With * [Docker](https://www.docker.com/)