2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-13 16:56:33 +00:00

added bench manager to readme

This commit is contained in:
Ameya Shenoy 2018-06-12 12:44:07 +05:30 committed by GitHub
parent b8911fbf18
commit 4559eba08f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,6 +144,22 @@ For production:
---
## Bench Manger (GUI for Bench)
Bench Manager is a graphical user interface to emulate the functionalities of Frappé Bench. Like the command line utility it helps you install apps, manage multiple sites, update apps and much more.
### Installation
```
$ bench setup manager
```
What all it does:
1. Create new site bench-manager.local
2. Gets the bench_manager app from https://github.com/frappe/bench_manager if it doesn't exist already
3. Installs the bench_manager app on the site bench-manager.local
## Docker Install - For Developers (beta)
1. For developer setup, you can also use the official [Frappé Docker](https://github.com/frappe/frappe_docker/).