From 4bc07100f50110efa93fb1f976a3e1426eb3b5ff Mon Sep 17 00:00:00 2001 From: Bowrna Date: Fri, 26 Apr 2024 14:26:52 +0530 Subject: [PATCH] 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. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a94421f..0a809073 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,13 @@ cd apps/lms/docker 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