Update README.md

This commit is contained in:
Mars Lan 2020-02-04 18:29:10 -08:00 committed by GitHub
parent c104ff7688
commit 3ac7cb6846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,8 +25,7 @@ docker build -t ingestion -f docker/ingestion/Dockerfile . && cd docker/ingestio
```
Note: Make sure that you're using Java 8, we have a strict dependency to Java 8 for build.
5. Finally, you can start `DataHub` by typing `http://localhost:9001` in your browser. You can sign in with `datahub`
as username and password.
5. Finally, you can start `DataHub` by opening [http://localhost:9001](http://localhost:9001) in your browser. You can sign in using `datahub` as both username and password.
Refer to [debugging guide](docs/debugging.md) if you have issues in any of the above steps.