2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-11 15:51:03 +00:00

[minor] readme, moved macos install wiki

This commit is contained in:
Rushabh Mehta 2015-09-10 10:53:06 +05:30
parent 161118bd9c
commit ac02f7cac7

View File

@ -37,19 +37,7 @@ Install pre-requisites,
* [Redis](http://redis.io/topics/quickstart)
* [wkhtmltopdf](http://wkhtmltopdf.org/downloads.html) (optional, required for pdf generation)
For installing MaraiDB on OSX, use:
```
brew install mariadb
mysql_install_db
mysql.server start
mysqladmin -uroot password ROOTPASSWORD
```
For installing Redis, pip and npm
```
sudo easy_install pip
brew install redis
brew install npm
```
[Installing pre-requisites on OSX](https://github.com/frappe/bench/wiki/Installing-Bench-Pre-requisites-on-MacOSX)
Install bench as a *non root* user,