Skip to content

Commit

Permalink
Enabled local user requirement installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
RealChrisL committed Nov 27, 2019
1 parent 1c35fe5 commit f5e4972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cd docker/quickstart && docker-compose pull && docker-compose up --build
```
4. After you have all Docker containers running in your machine, run below command to ingest provided sample data to Data Hub:
```
./gradlew :metadata-events:mxe-schemas:build && cd metadata-ingestion/mce-cli && sudo pip install --user -r requirements.txt && python mce_cli.py produce -d bootstrap_mce.dat
./gradlew :metadata-events:mxe-schemas:build && cd metadata-ingestion/mce-cli && pip install --user -r requirements.txt && python mce_cli.py produce -d bootstrap_mce.dat
```
5. Finally, you can start `Data Hub` by typing `http://localhost:9001` in your browser. You can sign in with `datahub`
as username and password.
Expand Down

0 comments on commit f5e4972

Please sign in to comment.