forked from frappe/bench
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
47 additions
and
224 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,266 +1,89 @@ | ||
<div align="center"> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/frappe/design/raw/master/logos/png/bench-logo-dark.png"> | ||
<img src="https://github.com/frappe/design/raw/master/logos/png/bench-logo.png" height="128"> | ||
</picture> | ||
<h2>Bench</h2> | ||
<img src="https://grow.empress.eco/uploads/default/original/2X/1/1f1e1044d3864269d2a613577edb9763890422ab.png" height="128"> | ||
</div> | ||
|
||
Bench is a command-line utility that helps you to install, update, and manage multiple sites for Frappe/ERPNext applications on [*nix systems](https://en.wikipedia.org/wiki/Unix-like) for development and production. | ||
EMPRESS Bench is a powerful command-line utility built to simplify the installation, update, and management of multiple application sites on [*nix systems](https://en.wikipedia.org/wiki/Unix-like). It's an ideal tool for developers and system administrators seeking to streamline their workflow in both development and production environments. | ||
|
||
<div align="center"> | ||
<a target="_blank" href="https://www.python.org/downloads/" title="Python version"> | ||
<img src="https://img.shields.io/badge/python-%3E=_3.7-green.svg"> | ||
</a> | ||
<a target="_blank" href="https://app.travis-ci.com/github/frappe/bench" title="CI Status"> | ||
<img src="https://app.travis-ci.com/frappe/bench.svg?branch=develop"> | ||
</a> | ||
<a target="_blank" href="https://pypi.org/project/frappe-bench" title="PyPI Version"> | ||
<img src="https://badge.fury.io/py/frappe-bench.svg" alt="PyPI version"> | ||
</a> | ||
<a target="_blank" title="Platform Compatibility"> | ||
<img src="https://img.shields.io/badge/platform-linux%20%7C%20osx-blue"> | ||
</a> | ||
<a target="_blank" href="https://app.fossa.com/projects/git%2Bgithub.com%2Ffrappe%2Fbench?ref=badge_shield" title="FOSSA Status"> | ||
<img src="https://app.fossa.com/api/projects/git%2Bgithub.com%2Ffrappe%2Fbench.svg?type=shield"> | ||
</a> | ||
<a target="_blank" href="#LICENSE" title="License: GPLv3"> | ||
<img src="https://img.shields.io/badge/License-GPLv3-blue.svg"> | ||
</a> | ||
</div> | ||
[![Python version](https://img.shields.io/badge/python-%3E=_3.7-green.svg)](https://www.python.org/downloads/) | ||
[![CI Status](https://app.travis-ci.com/github/Empress/bench.svg?branch=develop)](https://app.travis-ci.com/github/Empress/bench) | ||
[![PyPI Version](https://badge.fury.io/py/Empress-bench.svg)](https://pypi.org/project/Empress-bench) | ||
[![Platform Compatibility](https://img.shields.io/badge/platform-linux%20%7C%20osx-blue)](#) | ||
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FEmpress%2Fbench.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FEmpress%2Fbench?ref=badge_shield) | ||
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](#LICENSE) | ||
|
||
**Project Links**: | ||
- [Report a Bug](https://github.com/empress-eco/bench/issues) | ||
- [Request a Feature](https://github.com/empress-eco/bench/issues) | ||
- [Clone the Repository](https://github.com/empress-eco/bench.git) | ||
- [Documentation](https://grow.empress.eco/) | ||
|
||
## Table of Contents | ||
|
||
- [Table of Contents](#table-of-contents) | ||
- [Installation](#installation) | ||
- [Containerized Installation](#containerized-installation) | ||
- [Easy Install Script](#easy-install-script) | ||
- [Setup](#setup) | ||
- [Arguments](#arguments) | ||
- [Troubleshooting](#troubleshooting) | ||
- [Manual Installation](#manual-installation) | ||
- [Basic Usage](#basic-usage) | ||
- [Technical Stack and Setup Instructions](#technical-stack-and-setup-instructions) | ||
- [Usage](#usage) | ||
- [Custom Bench Commands](#custom-bench-commands) | ||
- [Guides](#guides) | ||
- [Resources](#resources) | ||
- [Development](#development) | ||
- [Contribution Guidelines](#contribution-guidelines) | ||
- [Releases](#releases) | ||
- [License](#license) | ||
|
||
|
||
## Installation | ||
|
||
A typical bench setup provides two types of environments — Development and Production. | ||
|
||
The setup for each of these installations can be achieved in multiple ways: | ||
|
||
- [Containerized Installation](#containerized-installation) | ||
- [Manual Installation](#manual-installation) | ||
|
||
We recommend using Docker Installation to setup a Production Environment. For Development, you may choose either of the two methods to setup an instance. | ||
|
||
Otherwise, if you are looking to evaluate Frappe apps without hassle of hosting, you can try them [on frappecloud.com](https://frappecloud.com/). | ||
- [License and Acknowledgements](#license-and-acknowledgements) | ||
|
||
## Technical Stack and Setup Instructions | ||
|
||
### Containerized Installation | ||
EMPRESS Bench is primarily built with Python and supports both Development and Production environments. The installation of these environments can be achieved through either a Containerized Installation or a Manual Installation. | ||
|
||
A Frappe/ERPNext instance can be setup and replicated easily using [Docker](https://docker.com). The officially supported Docker installation can be used to setup either of both Development and Production environments. | ||
For Production environments, we recommend using a Docker-based setup, while for Development environments, you may choose either method. | ||
|
||
To setup either of the environments, you will need to clone the official docker repository: | ||
To get started, clone the repository using the following command: | ||
|
||
```sh | ||
$ git clone https://github.com/frappe/frappe_docker.git | ||
$ cd frappe_docker | ||
$ git clone https://github.com/empress-eco/bench.git | ||
``` | ||
|
||
A quick setup guide for both the environments can be found below. For more details, check out the [Frappe/ERPNext Docker Repository](https://github.com/frappe/frappe_docker). | ||
|
||
### Easy Install Script | ||
|
||
The Easy Install script should get you going with a Frappe/ERPNext setup with minimal manual intervention and effort. | ||
|
||
This script uses Docker with the [Frappe/ERPNext Docker Repository](https://github.com/frappe/frappe_docker) and can be used for both Development setup and Production setup. | ||
|
||
#### Setup | ||
|
||
Download the Easy Install script and execute it: | ||
|
||
```sh | ||
$ wget https://raw.githubusercontent.com/frappe/bench/develop/easy-install.py | ||
$ python3 easy-install.py --prod --email [email protected] | ||
``` | ||
|
||
This script will install docker on your system and will fetch the required containers, setup bench and a default ERPNext instance. | ||
|
||
The script will generate MySQL root password and an Administrator password for the Frappe/ERPNext instance, which will then be saved under `$HOME/passwords.txt` of the user used to setup the instance. | ||
It will also generate a new compose file under `$HOME/<project-name>-compose.yml`. | ||
|
||
When the setup is complete, you will be able to access the system at `http://<your-server-ip>`, wherein you can use the Administrator password to login. | ||
|
||
#### Arguments | ||
|
||
Here are the arguments for the easy-install script | ||
|
||
```txt | ||
usage: easy-install.py [-h] [-p] [-d] [-s SITENAME] [-n PROJECT] [--email EMAIL] | ||
Install Frappe with Docker | ||
options: | ||
-h, --help show this help message and exit | ||
-p, --prod Setup Production System | ||
-d, --dev Setup Development System | ||
-s SITENAME, --sitename SITENAME The Site Name for your production site | ||
-n PROJECT, --project PROJECT Project Name | ||
--email EMAIL Add email for the SSL. | ||
``` | ||
|
||
#### Troubleshooting | ||
|
||
In case the setup fails, the log file is saved under `$HOME/easy-install.log`. You may then | ||
|
||
- Create an Issue in this repository with the log file attached. | ||
|
||
### Manual Installation | ||
|
||
Some might want to manually setup a bench instance locally for development. To quickly get started on installing bench the hard way, you can follow the guide on [Installing Bench and the Frappe Framework](https://frappe.io/docs/user/en/installation). | ||
|
||
You'll have to set up the system dependencies required for setting up a Frappe Environment. Checkout [docs/installation](https://github.com/frappe/bench/blob/develop/docs/installation.md) for more information on this. If you've already set up, install bench via pip: | ||
|
||
|
||
```sh | ||
$ pip install frappe-bench | ||
``` | ||
|
||
|
||
## Basic Usage | ||
Please refer to our comprehensive [Installation Guide](https://grow.empress.eco/) for detailed instructions. | ||
|
||
**Note:** Apart from `bench init`, all other bench commands are expected to be run in the respective bench directory. | ||
## Usage | ||
|
||
* Create a new bench: | ||
Here are some basic commands to get you started with EMPRESS Bench: | ||
|
||
```sh | ||
$ bench init [bench-name] | ||
``` | ||
|
||
* Add a site under current bench: | ||
|
||
```sh | ||
$ 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. | ||
|
||
```sh | ||
$ bench new-site [site-name] --db-host [custom-db-host-ip] --db-port [custom-db-port] | ||
``` | ||
|
||
* Download and add applications to bench: | ||
|
||
```sh | ||
$ bench get-app [app-name] [app-link] | ||
``` | ||
|
||
* Install apps on a particular site | ||
|
||
```sh | ||
$ bench --site [site-name] install-app [app-name] | ||
``` | ||
|
||
* Start bench (only for development) | ||
|
||
```sh | ||
$ bench start | ||
``` | ||
|
||
* Show bench help: | ||
|
||
```sh | ||
$ bench --help | ||
``` | ||
|
||
|
||
For more in-depth information on commands and their usage, follow [Commands and Usage](https://github.com/frappe/bench/blob/develop/docs/commands_and_usage.md). As for a consolidated list of bench commands, check out [Bench Usage](https://github.com/frappe/bench/blob/develop/docs/bench_usage.md). | ||
- Create a new bench: `bench init [bench-name]` | ||
- Add a site under the current bench: `bench new-site [site-name]` | ||
- Download and add applications to the 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` | ||
|
||
For more in-depth information on commands and their usage, please refer to our [Commands and Usage Guide](https://github.com/empress-eco/bench/blob/develop/docs/commands_and_usage.md). | ||
|
||
## Custom Bench Commands | ||
|
||
If you wish to extend the capabilities of bench with your own custom Frappe Application, you may follow [Adding Custom Bench Commands](https://github.com/frappe/bench/blob/develop/docs/bench_custom_cmd.md). | ||
|
||
Customize your Bench experience by adding your own commands. Follow our [Guide on Adding Custom Bench Commands](https://github.com/empress-eco/bench/blob/develop/docs/bench_custom_cmd.md) for more details. | ||
|
||
## Guides | ||
|
||
- [Configuring HTTPS](https://frappe.io/docs/user/en/bench/guides/configuring-https.html) | ||
- [Using Let's Encrypt to setup HTTPS](https://frappe.io/docs/user/en/bench/guides/lets-encrypt-ssl-setup.html) | ||
- [Diagnosing the Scheduler](https://frappe.io/docs/user/en/bench/guides/diagnosing-the-scheduler.html) | ||
- [Change Hostname](https://frappe.io/docs/user/en/bench/guides/adding-custom-domains) | ||
- [Manual Setup](https://frappe.io/docs/user/en/bench/guides/manual-setup.html) | ||
- [Setup Production](https://frappe.io/docs/user/en/bench/guides/setup-production.html) | ||
- [Setup Multitenancy](https://frappe.io/docs/user/en/bench/guides/setup-multitenancy.html) | ||
- [Stopping Production](https://github.com/frappe/bench/wiki/Stopping-Production-and-starting-Development) | ||
|
||
For an exhaustive list of guides, check out [Bench Guides](https://frappe.io/docs/user/en/bench/guides). | ||
|
||
We provide comprehensive guides on various topics such as configuring HTTPS, diagnosing the scheduler, changing the hostname, and more. Explore these [here](https://Empress.io/docs/user/en/bench/guides). | ||
|
||
## Resources | ||
|
||
- [Bench Commands Cheat Sheet](https://frappe.io/docs/user/en/bench/resources/bench-commands-cheatsheet.html) | ||
- [Background Services](https://frappe.io/docs/user/en/bench/resources/background-services.html) | ||
- [Bench Procfile](https://frappe.io/docs/user/en/bench/resources/bench-procfile.html) | ||
|
||
For an exhaustive list of resources, check out [Bench Resources](https://frappe.io/docs/user/en/bench/resources). | ||
|
||
|
||
## Development | ||
Check out our [Bench Resources](https://Empress.io/docs/user/en/bench/resources) for a Bench Commands Cheat Sheet, information on Background Services, Bench Procfile, and more! | ||
|
||
To contribute and develop on the bench CLI tool, clone this repo and create an editable install. In editable mode, you may get the following warning everytime you run a bench command: | ||
## Contribution Guidelines | ||
|
||
WARN: bench is installed in editable mode! | ||
|
||
This is not the recommended mode of installation for production. Instead, install the package from PyPI with: `pip install frappe-bench` | ||
|
||
|
||
```sh | ||
$ git clone https://github.com/frappe/bench ~/bench-repo | ||
$ pip3 install -e ~/bench-repo | ||
$ bench src | ||
/Users/frappe/bench-repo | ||
``` | ||
|
||
To clear up the editable install and switch to a stable version of bench, uninstall via pip and delete the corresponding egg file from the python path. | ||
|
||
|
||
```sh | ||
# Delete bench installed in editable install | ||
$ rm -r $(find ~ -name '*.egg-info') | ||
$ pip3 uninstall frappe-bench | ||
|
||
# Install latest released version of bench | ||
$ pip3 install -U frappe-bench | ||
``` | ||
|
||
To confirm the switch, check the output of `bench src`. It should change from something like `$HOME/bench-repo` to `/usr/local/lib/python3.6/dist-packages` and stop the editable install warnings from getting triggered at every command. | ||
To contribute to the development of EMPRESS Bench, please follow these steps: | ||
1. Fork this repository. | ||
2. Create your feature branch: `git checkout -b my-new-feature` | ||
3. Commit your changes: `git commit -am 'Add some feature'` | ||
4. Push to the branch: `git push origin my-new-feature` | ||
5. Submit a pull request. | ||
|
||
For more detailed instructions, please refer to our [Contribution Guide](https://github.com/empress-eco/bench/CONTRIBUTING.md). | ||
|
||
## Releases | ||
|
||
Bench's version information can be accessed via `bench.VERSION` in the package's __init__.py file. Eversince the v5.0 release, we've started publishing releases on GitHub, and PyPI. | ||
|
||
GitHub: https://github.com/frappe/bench/releases | ||
|
||
PyPI: https://pypi.org/project/frappe-bench | ||
|
||
|
||
From v5.3.0, we partially automated the release process using [@semantic-release](.github/workflows/release.yml). Under this new pipeline, we do the following steps to make a release: | ||
|
||
1. Merge `develop` into the `staging` branch | ||
1. Merge `staging` into the latest stable branch, which is `v5.x` at this point. | ||
|
||
This triggers a GitHub Action job that generates a bump commit, drafts and generates a GitHub release, builds a Python package and publishes it to PyPI. | ||
|
||
The intermediate `staging` branch exists to mediate the `bench.VERSION` conflict that would arise while merging `develop` and stable. On develop, the version has to be manually updated (for major release changes). The version tag plays a role in deciding when checks have to be made for new Bench releases. | ||
You can access Bench's version information via `bench.VERSION` in the package's __init__.py file. For more information, check out our [Releases](https://github.com/empress-eco/bench/releases) section. | ||
|
||
> Note: We may want to kill the convention of separate branches for different version releases of Bench. We don't need to maintain this the way we do for Frappe & ERPNext. A single branch named `stable` would sustain. | ||
## License and Acknowledgements | ||
|
||
## License | ||
This project is licensed under the terms of the MIT License. | ||
|
||
This repository has been released under the [GNU GPLv3 License](LICENSE). | ||
We express our deepest gratitude to the Empress Community for their foundational contributions to this project. Their innovative tools and unwavering support have been instrumental in making this project a success. |