mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 08:30:39 +00:00
updated mac commands
This commit is contained in:
parent
9a1eabab00
commit
db99fd63d5
@ -44,7 +44,12 @@ mysql_install_db
|
|||||||
mysql.server start
|
mysql.server start
|
||||||
mysqladmin -uroot password ROOTPASSWORD
|
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,
|
Install bench as a *non root* user,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user