mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
commit
4322759338
1 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
In order to start developing you need to satisfy the folowing prerequisites:
|
In order to start developing you need to satisfy the following prerequisites:
|
||||||
|
|
||||||
- Docker
|
- Docker
|
||||||
- docker-compose
|
- docker-compose
|
||||||
|
|
@ -140,7 +140,7 @@ bench start
|
||||||
```
|
```
|
||||||
|
|
||||||
You can now login with user `Administrator` and the password you choose when creating the site.
|
You can now login with user `Administrator` and the password you choose when creating the site.
|
||||||
Your website will now be accessible on [on port 8000](http://locahost:8000)
|
Your website will now be accessible at location [mysite.localhost:8000](http://mysite.localhost:8000)
|
||||||
Note: To start bench with debugger refer section for debugging.
|
Note: To start bench with debugger refer section for debugging.
|
||||||
|
|
||||||
### Start Frappe with Visual Studio Code Python Debugging
|
### Start Frappe with Visual Studio Code Python Debugging
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue