From 37ea7bf38e56f559e66344fb8ee903d137f1bf2b Mon Sep 17 00:00:00 2001 From: Pratik Vyas Date: Tue, 15 Jul 2014 11:18:04 +0530 Subject: [PATCH] Add readme, first cut --- README.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..f47b726b --- /dev/null +++ b/README.md @@ -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`