2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-20 02:59:02 +00:00

Merge pull request #205 from resourcefactor/patch-2

Update README.md
This commit is contained in:
Revant Nandgaonkar 2020-04-22 18:42:00 +05:30 committed by GitHub
commit 4322759338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
## 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-compose
@ -140,7 +140,7 @@ bench start
```
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.
### Start Frappe with Visual Studio Code Python Debugging