mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 09:15:10 +00:00
update
This commit is contained in:
parent
72c19a19fa
commit
2e77212d7d
1 changed files with 3 additions and 2 deletions
|
|
@ -55,7 +55,7 @@ It takes care of complete setup to develop with Frappe/ERPNext and Bench, Includ
|
||||||
- [ERPNext](https://github.com/frappe/erpnext#contributing)
|
- [ERPNext](https://github.com/frappe/erpnext#contributing)
|
||||||
- [frappe/bench](https://github.com/frappe/bench)
|
- [frappe/bench](https://github.com/frappe/bench)
|
||||||
|
|
||||||
## Development Setup Manual for beginners
|
## Manual Development Setup for beginners on Linux Desktop
|
||||||
- install docker, docker-compose.
|
- install docker, docker-compose.
|
||||||
- Clone the repo, cd into it
|
- Clone the repo, cd into it
|
||||||
- run `make start` if you are doing first time or `make clean` for clean installation
|
- run `make start` if you are doing first time or `make clean` for clean installation
|
||||||
|
|
@ -63,3 +63,4 @@ It takes care of complete setup to develop with Frappe/ERPNext and Bench, Includ
|
||||||
- run `make clean-init`
|
- run `make clean-init`
|
||||||
- run `make install`
|
- 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