2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-01-24 07:38:33 +00:00

Readme shenanigans

This commit is contained in:
vishalseshagiri 2017-07-18 09:32:59 +00:00
parent a7ea489a92
commit 5d735e9a7b

View File

@ -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 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 : 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) 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 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 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. 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 ## Built With
* [Docker](https://www.docker.com/) * [Docker](https://www.docker.com/)