mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
linting done according to guidelines
This commit is contained in:
parent
a0a254a609
commit
f4483b9cfd
1 changed files with 2 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# How to install ERPNext on linux/mac using Frappe_docker ?
|
# How to install ERPNext on linux/mac using Frappe_docker ?
|
||||||
|
|
||||||
step1: clone the repo
|
step1: clone the repo
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/frappe/frappe_docker
|
git clone https://github.com/frappe/frappe_docker
|
||||||
|
|
@ -234,10 +234,9 @@ volumes:
|
||||||
redis-socketio-data:
|
redis-socketio-data:
|
||||||
sites:
|
sites:
|
||||||
logs:
|
logs:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
step3: run the docker
|
step3: run the docker
|
||||||
|
|
||||||
```
|
```
|
||||||
docker-compose -f ./pwd.yaml up
|
docker-compose -f ./pwd.yaml up
|
||||||
|
|
@ -247,5 +246,4 @@ docker-compose -f ./pwd.yaml up
|
||||||
|
|
||||||
Wait for couple of minutes.
|
Wait for couple of minutes.
|
||||||
|
|
||||||
|
|
||||||
Open localhost:8080
|
Open localhost:8080
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue