From 557ef6af7bbd9e0927061ddf1c386f561e9513cc Mon Sep 17 00:00:00 2001 From: KSLHacks Date: Wed, 23 Oct 2019 14:56:21 -0400 Subject: [PATCH] Adding relevant info in Option 3 and header divide --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60bcb95c..1f87a76b 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,14 @@ We can use docker-compose to set up the webpack server, django server, database, docker-compose up ``` -Now, open a Web browser and go to . You should see the login screen: +_Note the superuser account credentials located in the `docker-compose.yaml` file:_ +```yml +ADMIN_USERNAME: "admin" +ADMIN_PASSWORD: "password" +``` + +### Confirm all doccano services are running +Open a Web browser and go to . You should see the login screen: Login Form