mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
fix the smallie
This commit is contained in:
parent
24202c721c
commit
c6098c8193
1 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Frappe on Docker
|
||||
|
||||
[](https://travis-ci.com/chabad360/frappe_docker)
|
||||
[](https://travis-ci.com/frappe/frappe_docker)
|
||||
|
||||
This is a repo designed to aide setting up frappe/ERPNext on docker.
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Unfortunetly, this container is not curently suited for a production enviorment
|
|||
./dbench start
|
||||
```
|
||||
|
||||
4. Use Frappe:
|
||||
4. Use Frappe:
|
||||
Open your browser to `localhost:8000/login`. Then login using the username `Administrator` and the password `admin`.
|
||||
|
||||
### Basic Usage of `./dbench`
|
||||
|
|
@ -51,7 +51,7 @@ Unfortunetly, this container is not curently suited for a production enviorment
|
|||
- `stop`: Stops the containers with `docker-compose stop`.
|
||||
- `down`: Deletes the containers and the coresponding 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.
|
||||
|
||||
- `./dbench -c frappe | root <command to run>`: Runs a command in the container, as the selected user.
|
||||
|
|
|
|||
Loading…
Reference in a new issue