mirror of
https://github.com/frappe/bench.git
synced 2024-11-13 16:56:33 +00:00
Update README.md (#352)
crontab was required for `bench init frappe-bench` to succeed. `bench use site1.local` was also required for bench to start.
This commit is contained in:
parent
27f50277c1
commit
2a5289fce8
11
README.md
11
README.md
@ -23,6 +23,7 @@ To manually install frappe/erpnext here are the steps
|
|||||||
- Nginx (for production)
|
- Nginx (for production)
|
||||||
- Nodejs
|
- Nodejs
|
||||||
- Redis
|
- Redis
|
||||||
|
- cron (crontab is required)
|
||||||
- wkhtmltopdf with patched Qt (for pdf generation)
|
- wkhtmltopdf with patched Qt (for pdf generation)
|
||||||
|
|
||||||
#### 2. Install Bench
|
#### 2. Install Bench
|
||||||
@ -51,12 +52,6 @@ Note: Please do not remove the bench directory the above commands will create
|
|||||||
|
|
||||||
bench new-site site1.local
|
bench new-site site1.local
|
||||||
|
|
||||||
* Set a default site
|
|
||||||
|
|
||||||
You could specify the site for each command `bench --site [site-name] COMMAND` or you could set a default site.
|
|
||||||
|
|
||||||
bench use site1.local
|
|
||||||
|
|
||||||
* Add apps
|
* Add apps
|
||||||
|
|
||||||
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)
|
||||||
@ -67,8 +62,8 @@ Note: Please do not remove the bench directory the above commands will create
|
|||||||
|
|
||||||
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 install-app erpnext
|
bench --site site1.local install-app erpnext
|
||||||
|
|
||||||
* Start bench
|
* Start 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