2
0
mirror of https://github.com/frappe/bench.git synced 2025-02-07 13:18:24 +00:00

chore: fix install-app in readme (#908)

Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
This commit is contained in:
Chinmay Pai 2020-01-22 00:31:37 +05:30 committed by GitHub
parent d499ae48f4
commit 654f1e9c7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,18 +38,18 @@ Bench is a command line tool that helps you install, setup, manage multiple site
bench new-site [site-name]
**Optional**: If the database for the site does not reside on localhost or listens on a custom port, you can use the flags `--db-host` to set a custom host and/or `--db-port` to set a custom port.
bench new-site [site-name] --db-host [custom-db-host-ip] --db-port [custom-db-port]
* Add apps to bench
bench get-app [app-name] [app-link]
* Install apps on a particular site
bench new-site site1.local
bench --site [site-name] install-app [app-name]
**Optional**: If the database for the site does not reside on localhost or listens on a custom port, you can use the flags `--db-host` to set a custom host and/or `--db-port` to set a custom port.
bench new-site site1.local --db-host 192.168.1.1 --db-port 3307
* Start bench (only for development)
bench start