This commit is contained in:
Vasyl Herman 2020-06-28 11:10:46 +03:00
parent 72c19a19fa
commit 2e77212d7d

View file

@ -55,11 +55,12 @@ It takes care of complete setup to develop with Frappe/ERPNext and Bench, Includ
- [ERPNext](https://github.com/frappe/erpnext#contributing)
- [frappe/bench](https://github.com/frappe/bench)
## Development Setup Manual for beginners
## Manual Development Setup for beginners on Linux Desktop
- install docker, docker-compose.
- Clone the repo, cd into it
- run `make start` if you are doing first time or `make clean` for clean installation
- run `make tty` - you are inside the dev container
- run `make clean-init`
- run `make install`
- run `bench start` inside frappe-bench folder
- run `bench start` inside frappe-bench folder
- Access your dev sever at [mysite.localhost:8000](mysite.localhost:8000) (Administrator\admin)