Update README.md

After the docker is up, we may need to log in to the app for first time. Those credentials were hidden inside the file and keeping it in README.md may be useful for new contributors like me. Also the docker-compose yaml, comes bundled with frappe bench therefore the following guidelines on installing the frappe bench may be irrelevant.
This commit is contained in:
Bowrna
2024-04-26 14:26:52 +05:30
committed by GitHub
parent 7dec8f019f
commit 4bc07100f5

View File

@@ -75,7 +75,13 @@ cd apps/lms/docker
docker-compose up docker-compose up
``` ```
Wait for some time until the setup script creates a site. After that, you can access `http://localhost:8000` in your browser and the app's login screen should show up. Wait for some time until the setup script creates a site. After that, you can access `http://localhost:8000` in your browser and the app's login screen should appear.
You'll have to go through the setup wizard to set up the website the first time you access it. Log in using the following credentials to complete the setup wizard.
```
Username: Administrator
password: admin
```
### Frappe Bench ### Frappe Bench