mirror of
https://github.com/frappe/bench.git
synced 2024-11-11 15:51:03 +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)
|
||||
- Nodejs
|
||||
- Redis
|
||||
- cron (crontab is required)
|
||||
- wkhtmltopdf with patched Qt (for pdf generation)
|
||||
|
||||
#### 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
|
||||
|
||||
* 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
|
||||
|
||||
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.
|
||||
|
||||
bench install-app erpnext
|
||||
|
||||
bench --site site1.local install-app erpnext
|
||||
|
||||
* Start bench
|
||||
|
||||
To start using the bench, use the `bench start` command
|
||||
|
Loading…
Reference in New Issue
Block a user