Bench

CLI 来管理 Frappe 应用的多租户部署。「CLI to manage Multi-tenant deployments for Frappe apps」

Github星跟蹤圖

bench is a command-line utility that helps you to install apps, manage multiple sites and update Frappe / ERPNext apps on */nix (macOS, Ubuntu, Debian, CentOS, etc) for development and production.

Note: If you are looking for easier ways to get started and evaluate ERPNext, download the Virtual Machine or take a free trial on erpnext.com.


Table of Contents


bench CLI

Bench is a command line tool that helps you install, setup, manage multiple sites and apps based on Frappe Framework.


Usage

  • Create a new bench

      bench init [bench-name]
    
  • Add a site under current bench

      bench new-site [site-name]
    

    Optional: If the database for the site does not reside on localhost or listens on a custom port, you can use the flags --db-host to set a custom host and/or --db-port to set a custom port.

      bench new-site [site-name] --db-host [custom-db-host-ip] --db-port [custom-db-port]
    
  • Add apps to bench

      bench get-app [app-name] [app-link]
    
  • Install apps on a particular site

      bench --site [site-name] install-app [app-name]
    
  • Start bench (only for development)

      bench start
    
  • Show bench help

      bench --help
    

Note: Apart from bench init, all other bench commands have to be run having the respective bench directory as the working directory. (bench update may also be run, but it's behaviour is covered in depth in the docs)

For more in depth information on commands and usage follow here.


Installation

To do this install, you must have basic information on how Linux works and should be able to use the command-line. bench will also create nginx and supervisor config files, setup backups and much more. If you are using on a VPS make sure it has >= 1Gb of RAM or has swap setup properly.

	git clone https://github.com/frappe/bench ~/.bench
	pip3 install --user -e ~/.bench

As bench is a python application, its installation really depends on python + pip + git. The Frappe Framework, however has various other system dependencies like nodejs, yarn, redis and a database system like mariadb or postgres. Go through the installation requirements for an updated list.

If you have questions, please ask them on the forum under the "Install / Update" category.


Easy Install Script

  • This is an opinionated setup so it is best to setup on a blank server.

  • Works on Ubuntu 16.04+, CentOS 7+, Debian 8+

  • You may have to install Python 3 and other essentials by running apt-get install python3-minimal build-essential python3-setuptools

  • This script will install the pre-requisites, install bench and setup an ERPNext site (site1.local under frappe-bench)

  • Passwords for Frappe Administrator and MariaDB (root) will be asked and saved under ~/passwoords.txt

  • MariaDB (root) password may be password on a fresh server

  • You can then login as Administrator with the Administrator password

  • The log file is saved under /tmp/logs/install_bench.log in case you run into any issues during the install.

  • If you find any problems, post them on the forum: https://discuss.erpnext.com with the installation_problem under "Install / Update" category.

      wget https://raw.githubusercontent.com/frappe/bench/master/playbooks/install.py
      python3 install.py --production
    

Follow Easy Install Docs for more information.


Release Bench

Releases can be made for Frappe apps using bench. More information about this process can be found here.


Bench Manager (GUI for Bench)

Bench Manager is a graphical user interface to emulate the functionalities of Frappe Bench. Like the command line utility it helps you install apps, manage multiple sites, update apps and much more. Install just by executing the following command in the respective bench directory.

	bench setup manager

Docker Install

  1. For developer setup, you can also use the official Frappe Docker.
  2. The app, mariadb and redis run on individual containers.
  3. This setup supports multi-tenancy and exposes the frappe-bench volume as a external storage.
  4. For more details, [ead the instructions on the Frappe Docker README

Guides


Resources


License

bench is licensed under GNU GPLv3

主要指標

概覽
名稱與所有者frappe/bench
主編程語言Python
編程語言Python (語言數: 5)
平台Docker, Linux, Mac
許可證GNU General Public License v3.0
所有者活动
創建於2014-07-09 10:24:30
推送於2025-06-18 07:13:16
最后一次提交
發布數85
最新版本名稱v5.25.5 (發布於 )
第一版名稱v0.9 (發布於 )
用户参与
星數1.5k
關注者數113
派生數1.3k
提交數2.4k
已啟用問題?
問題數723
打開的問題數115
拉請求數654
打開的拉請求數4
關閉的拉請求數197
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?