mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-09 23:00:56 +00:00
Update README.md
This commit is contained in:
parent
3d98194a36
commit
16ac6e1a5d
@ -63,26 +63,26 @@ A step by step series of examples that tell you have to get a development env ru
|
|||||||
|
|
||||||
bench set-mariadb-host mariadb
|
bench set-mariadb-host mariadb
|
||||||
|
|
||||||
* Add a site
|
* Add a site(make sure your current path is /home/frappe/frappe-bench)
|
||||||
|
|
||||||
Frappe apps are run by frappe sites and you will have to create at least one
|
Frappe apps are run by frappe sites and you will have to create at least one
|
||||||
site. The new-site command allows you to do that.
|
site. The new-site command allows you to do that.
|
||||||
|
|
||||||
bench new-site site1.local
|
bench new-site site1.local
|
||||||
|
|
||||||
* Add apps
|
* Add apps(make sure your current path is /home/frappe/frappe-bench)
|
||||||
|
|
||||||
The get-app command gets remote frappe apps from a remote git repository and installs them. Example: [erpnext](https://github.com/frappe/erpnext)
|
The get-app command gets remote frappe apps from a remote git repository and installs them. Example: [erpnext](https://github.com/frappe/erpnext)
|
||||||
|
|
||||||
bench get-app erpnext https://github.com/frappe/erpnext
|
bench get-app erpnext https://github.com/frappe/erpnext
|
||||||
|
|
||||||
* Install apps
|
* Install apps(make sure your current path is /home/frappe/frappe-bench)
|
||||||
|
|
||||||
To install an app on your new site, use the bench `install-app` command.
|
To install an app on your new site, use the bench `install-app` command.
|
||||||
|
|
||||||
bench --site site1.local install-app erpnext
|
bench --site site1.local install-app erpnext
|
||||||
|
|
||||||
* Start bench
|
* Start bench(make sure your current path is /home/frappe/frappe-bench)
|
||||||
|
|
||||||
To start using the bench, use the `bench start` command
|
To start using the bench, use the `bench start` command
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user