mirror of
https://github.com/frappe/bench.git
synced 2025-01-26 16:08:23 +00:00
[fix] readme
This commit is contained in:
parent
b07de2683a
commit
4c30071bcb
15
README.md
15
README.md
@ -31,18 +31,23 @@ Steps
|
|||||||
|
|
||||||
Open your Terminal and enter:
|
Open your Terminal and enter:
|
||||||
|
|
||||||
# Linux:
|
#### Linux:
|
||||||
|
|
||||||
wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
|
wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
|
||||||
|
|
||||||
# Mac OSX:
|
#### MacOS:
|
||||||
|
|
||||||
|
Install X Code (from App store) and HomeBrew (http://brew.sh/)
|
||||||
|
|
||||||
# install X Code (from App store)
|
|
||||||
# install HomeBrew (http://brew.sh/)
|
|
||||||
brew install python
|
brew install python
|
||||||
brew install git
|
brew install git
|
||||||
|
|
||||||
|
Download the Script
|
||||||
|
|
||||||
curl "https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py" -o install.py
|
curl "https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py" -o install.py
|
||||||
|
|
||||||
|
#### Run the Script
|
||||||
|
|
||||||
# For development
|
# For development
|
||||||
sudo python install.py --develop
|
sudo python install.py --develop
|
||||||
|
|
||||||
@ -50,7 +55,7 @@ Open your Terminal and enter:
|
|||||||
sudo python install.py --production
|
sudo python install.py --production
|
||||||
|
|
||||||
# If you're logged in as root, use --user flag to create a user and install using that user
|
# If you're logged in as root, use --user flag to create a user and install using that user
|
||||||
sudo python install.py --develop --user frappe
|
python install.py --develop --user frappe
|
||||||
|
|
||||||
|
|
||||||
For development, you have to explicitly start services by running `bench start`. This script requires Python2.7+ installed on your machine. You will have to manually create a new site (`bench new-site`) and get apps that you need (`bench get-app`, `bench install-app`).
|
For development, you have to explicitly start services by running `bench start`. This script requires Python2.7+ installed on your machine. You will have to manually create a new site (`bench new-site`) and get apps that you need (`bench get-app`, `bench install-app`).
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
- git:
|
- git:
|
||||||
repo=https://github.com/frappe/bench
|
repo=https://github.com/frappe/bench
|
||||||
dest=/home/frappe/bench-repo
|
dest=/home/frappe/bench-repo
|
||||||
|
depth=no
|
||||||
tags:
|
tags:
|
||||||
- bench_install
|
- bench_install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user