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

updated mac commands

This commit is contained in:
Saurabh 2015-09-09 12:26:59 +05:30
parent 9a1eabab00
commit db99fd63d5

View File

@ -44,7 +44,12 @@ 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
```
Install bench as a *non root* user,