Skip to content

Commit

Permalink
fix: update bench install methods
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindsouza committed May 29, 2020
1 parent 649997e commit a728416
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img src="https://github.com/frappe/design/raw/master/logos/png/bench-logo.png" height="128">
<img src="https://github.com/frappe/design/raw/develop/logos/png/bench-logo.png" height="128">
<h2>Bench</h2>
</div>

Expand Down Expand Up @@ -141,17 +141,18 @@ In case the setup fails, the log file is saved under `/tmp/logs/install_bench.lo
- Create an Issue in this repository with the log file attached.
- Search for an existing issue or post the log file on the [Frappe/ERPNext Discuss Forum](https://discuss.erpnext.com/c/bench) with the tag `installation_problem` under "Install/Update" category.

For more information and advanced setup instructions, check out the [Easy Install Documentation](https://github.com/frappe/bench/blob/master/docs/easy_install.md).
For more information and advanced setup instructions, check out the [Easy Install Documentation](https://github.com/frappe/bench/blob/develop/docs/easy_install.md).


### Manual Installation

Although not recommended, 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 [Installing Bench and Frappe](https://frappe.io/docs/user/en/installation).

```sh
$ pip install frappe-bench
```
Next you'll have to set up the pre-requisites for setting up a Frappe Environment. Checkout [docs/installation](https://github.com/frappe/bench/blob/master/docs/installation.md) for more information on this.

Next you'll have to set up the pre-requisites for setting up a Frappe Environment. Checkout [docs/installation](https://github.com/frappe/bench/blob/develop/docs/installation.md) for more information on this.

For more extensive distribution-dependent documentation, check out the following guides:

Expand Down Expand Up @@ -205,12 +206,12 @@ For more extensive distribution-dependent documentation, check out the following
```


For more in-depth information on commands and their usage, follow [Commands and Usage](https://github.com/frappe/bench/blob/master/docs/commands_and_usage.md). As for a consolidated list of bench commands, check out [Bench Usage](https://github.com/frappe/bench/blob/master/docs/bench_usage.md).
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).


## 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/master/docs/bench_custom_cmd.md).
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).


## Bench Manager
Expand Down
7 changes: 2 additions & 5 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ To manually install frappe/erpnext, you can follow this [this wiki](https://gith

#### 2. Install Bench

Install bench as a *non root* user,
Install the latest bench using pip

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

Note: Please do not remove the bench directory the above commands will create
pip3 install frappe-bench

0 comments on commit a728416

Please sign in to comment.