2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-22 20:19:01 +00:00

Use sudo in new installer

This commit is contained in:
Anand Doshi 2016-06-28 14:32:57 +05:30 committed by GitHub
parent e32bbe1afa
commit 526e87d2dd

View File

@ -98,10 +98,10 @@ Mac OSX:
curl "https://raw.githubusercontent.com/frappe/bench/develop/playbooks/install.py" -o install.py
# for development
python install.py --develop
sudo python install.py --develop
# for production
python install.py --production
sudo python install.py --production
```
For development, you have to explicitly start services by running `bench start`. This script requires Python2.7+ installed on your machine. You need to run this with a user that is **not** `root`, but can `sudo`. If you don't have such a user, you can search the web for *How to add a new user in { your OS }* and *How to add an existing user to sudoers in { your OS }*.