Browse Source

Adding relevant info in Option 3 and header divide

pull/417/head
KSLHacks 5 years ago
parent
commit
557ef6af7b
1 changed files with 8 additions and 1 deletions
  1. 9
      README.md

9
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 <http://127.0.0.1:8000/login/>. 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 <http://127.0.0.1:8000/login/>. You should see the login screen:
<img src="./docs/login_form.png" alt="Login Form" width=400>

Loading…
Cancel
Save