2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-27 22:39:03 +00:00
CLI to manage Multi-tenant deployments for Frappe apps
Go to file
2014-07-15 11:18:26 +05:30
bench Add readme, first cut 2014-07-15 11:10:15 +05:30
install_scripts fix install dir in install_bench 2014-07-15 09:45:47 +05:30
.gitignore add git ignore 2014-07-15 11:18:26 +05:30
LICENSE.md Create LICENSE.md 2014-07-09 15:55:27 +05:30
MANIFEST.in fix setup.py 2014-07-11 11:48:36 +05:30
README.md Add readme, first cut 2014-07-15 11:18:04 +05:30
setup.py add url and author 2014-07-15 09:50:39 +05:30

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