mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
update
This commit is contained in:
parent
72c19a19fa
commit
2e77212d7d
1 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
Loading…
Reference in a new issue