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

Update README.md

This commit is contained in:
Anand Doshi 2015-07-01 10:24:29 -07:00
parent 9e7248d11b
commit 74716e44d2

View File

@ -37,6 +37,15 @@ Install pre-requisites,
* Redis
* [wkhtmltopdf](http://wkhtmltopdf.org/downloads.html) (optional, required for pdf generation)
* Memcached
For installing MaraiDB on OSX, use:
```
brew install mariadb
mysql.server start
mysql_install_db
mysqladmin -uroot password ROOTPASSWORD
```
Install bench as a *non root* user,