@@ -40,7 +40,7 @@ The following instructions are for setting up a version of Amundsen using Docker
2. Clone [this repo](https://github.com/lyft/amundsenfrontendlibrary) or download the [docker-amundsen.yml](https://github.com/lyft/amundsenfrontendlibrary/blob/master/docker-amundsen.yml) file directly.
3. Enter the directory where the `docker-amundsen.yml` file is and then:
```bash
$ docker-compose -f docker-amundsen.yml up -d
$ docker-compose -f docker-amundsen.yml up
```
4. Ingest dummy data into Neo4j by doing the following:
@@ -58,11 +58,21 @@ The following instructions are for setting up a version of Amundsen using Docker
$ docker-compose -f docker-amundsen.yml down
```
## Verify setup or troubleshooting
### Verify setup
1. You can verify dummy data has been ingested into Neo4j by by visiting [`http://localhost:7474/browser/`](http://localhost:7474/browser/) and run `MATCH (n:Table) RETURN n LIMIT 25` in the query box. You should see two tables:
1.`hive.test_schema.test_table1`
2.`dynamo.test_schema.test_table2`
2. You can verify the data has been loaded into the metadataservice by visiting: