mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-09 14:50:58 +00:00
Readme shenanigans
This commit is contained in:
parent
a7ea489a92
commit
5d735e9a7b
@ -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/)
|
||||
|
Loading…
Reference in New Issue
Block a user