2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-09 08:30:39 +00:00

chore(readme): updated pre-requisites

This commit is contained in:
gavin 2019-11-13 13:17:33 +05:30 committed by GitHub
parent 073f6d00a4
commit e8f3ebb222
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,16 +34,17 @@ To install the Frappe/ERPNext server software, you will need an operating system
To manually install frappe/erpnext, you can follow this [this wiki](https://github.com/frappe/frappe/wiki/The-Hitchhiker%27s-Guide-to-Installing-Frappe-on-Linux) for Linux and [this wiki](https://github.com/frappe/frappe/wiki/The-Hitchhiker's-Guide-to-Installing-Frappe-on-Mac-OS-X) for MacOS. It gives an excellent explanation about the stack. You can also follow the steps mentioned below: To manually install frappe/erpnext, you can follow this [this wiki](https://github.com/frappe/frappe/wiki/The-Hitchhiker%27s-Guide-to-Installing-Frappe-on-Linux) for Linux and [this wiki](https://github.com/frappe/frappe/wiki/The-Hitchhiker's-Guide-to-Installing-Frappe-on-Mac-OS-X) for MacOS. It gives an excellent explanation about the stack. You can also follow the steps mentioned below:
#### 1. Install Pre-requisites #### 1. Install Pre-requisites
<pre>
- Python 3.6+ • Python 3.6+
- MariaDB 10+ • Node.js 12
- Nginx (for production) • Redis 5 (caching and realtime updates)
- Nodejs • MariaDB 10.3 / Postgres 9.5 (to run database driven apps)
- yarn • yarn 1.12+ (js dependency manager)
- Redis • pip 15+ (py dependency manager)
- cron (crontab is required) • cron (scheduled jobs)
- wkhtmltopdf (version 0.12.5) (for pdf generation) • wkhtmltopdf (version 0.12.5 with patched qt) (for pdf generation)
• Nginx (for production)
</pre>
#### 2. Install Bench #### 2. Install Bench
Install bench as a *non root* user, Install bench as a *non root* user,