seitime-frappe/frappe/docs/user/en/tutorial/bench.md
2016-02-29 21:41:34 +01:00

11 lines
649 B
Markdown
Executable file

# Installing the Frappe Bench
Easiest way to setup frappe on a Unix Like system is to use frappe-bench. Read the detailed instructions on how to install using Frappe Bench.
> [https://github.com/frappe/bench](https://github.com/frappe/bench)
With Frappe Bench you will be able to setup and host multiple applications and sites and it will also setup a Python Virtualenv so that you can have an isolated environment to run your applications (and will not have version conflict with other development environments).
The `bench` command line tool will also be installed that will help you in development and management of the installation.
{next}