2
0
mirror of https://github.com/frappe/bench.git synced 2024-06-26 19:23:30 +00:00

Add readme, first cut

This commit is contained in:
Pratik Vyas 2014-07-15 11:18:04 +05:30
parent 418452f775
commit 37ea7bf38e

41
README.md Normal file
View File

@ -0,0 +1,41 @@
Installation
============
Easy way
--------
Supported for CentOS 6, Debian 7 and Ubuntu 12.04+
`curl https://https://raw.githubusercontent.com/frappe/bench/master/install_scripts/setup_frappe.sh | bash`
This script should install the pre-requisites and add a bench command.
Hard Way
--------
Install pre-requisites,
* Python 2.7
* MariaDB
* Redis
Install bench,
`sudo pip install git+https://github.com/frappe/bench`
Usage
=====
* Create a new bench
`bench init erpnext-bench && cd erpnext-bench`
* Add apps
`bench get-app erpnext https://github.com/frappe/erpenxt`
* Add site
`bench new-site site1.local`
* Serve site
`bench frappe --serve`