mirror of
https://github.com/frappe/bench.git
synced 2025-01-24 23:48:24 +00:00
Update Readme
This commit is contained in:
parent
45d2f7c6ab
commit
93388e35a8
21
README.md
21
README.md
@ -49,7 +49,7 @@ Basic Usage
|
|||||||
installed. It will be setup for periodic backups and auto updates once
|
installed. It will be setup for periodic backups and auto updates once
|
||||||
a day.
|
a day.
|
||||||
|
|
||||||
bench init erpnext-bench && cd erpnext-bench
|
bench init frappe-bench && cd frappe-bench
|
||||||
|
|
||||||
* Add apps
|
* Add apps
|
||||||
|
|
||||||
@ -106,6 +106,25 @@ To run the bench,
|
|||||||
|
|
||||||
To run the bench, a few services need to be running apart from the processes.
|
To run the bench, a few services need to be running apart from the processes.
|
||||||
|
|
||||||
|
|
||||||
|
Setting Up ERPNext
|
||||||
|
==================
|
||||||
|
|
||||||
|
To setup a bench that runs ERPNext, run the following commands
|
||||||
|
|
||||||
|
```
|
||||||
|
cd ~
|
||||||
|
bench init frappe-bench
|
||||||
|
cd frappe-bench
|
||||||
|
bench get-app erpnext https://github.com/frappe/erpnext # Add ERPNext to your bench apps
|
||||||
|
bench get-app shopping_cart https://github.com/frappe/shopping-cart # Add Shopping cart to your bench apps
|
||||||
|
bench new-site site1.local # Create a new site
|
||||||
|
bench frappe --install_app erpnext site1.local # Install ERPNext for the site
|
||||||
|
bench frappe --install_app shopping_cart site1.local # Install Shopping cart for the site
|
||||||
|
```
|
||||||
|
|
||||||
|
You can now either use `bench start` or setup the bench for production use.
|
||||||
|
|
||||||
External services
|
External services
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user