mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 08:30:39 +00:00
Update README.md
This commit is contained in:
parent
9e7248d11b
commit
74716e44d2
@ -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,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user