mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-12-23 18:48:58 +00:00
commit
305ef606ce
@ -8,7 +8,7 @@ This is a repo designed to aide setting up frappe/ERPNext on docker.
|
|||||||
|
|
||||||
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
|
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
|
||||||
|
|
||||||
Unfortunately, this container is not curently suited for a production environment (but we're working towards that goal!).
|
Unfortunately, this container is not currently suited for a production environment (but we're working towards that goal!).
|
||||||
|
|
||||||
### Build the container and initialize the bench
|
### Build the container and initialize the bench
|
||||||
|
|
||||||
@ -49,7 +49,7 @@ Unfortunately, this container is not curently suited for a production environmen
|
|||||||
|
|
||||||
- `./dbench setup docker [ stop | down ]`: Starts and builds the docker containers using `docker-compose up -d`.
|
- `./dbench setup docker [ stop | down ]`: Starts and builds the docker containers using `docker-compose up -d`.
|
||||||
- `stop`: Stops the containers with `docker-compose stop`.
|
- `stop`: Stops the containers with `docker-compose stop`.
|
||||||
- `down`: Deletes the containers and the coresponding volumes with `docker-compose down`.
|
- `down`: Deletes the containers and the corresponding volumes with `docker-compose down`.
|
||||||
|
|
||||||
- `./dbench setup hosts`: Adds all sites to the containers hosts file.
|
- `./dbench setup hosts`: Adds all sites to the containers hosts file.
|
||||||
**Note:** Run this after you've added a new site to avoid errors.
|
**Note:** Run this after you've added a new site to avoid errors.
|
||||||
|
Loading…
Reference in New Issue
Block a user