Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Son-HNguyen committed Dec 24, 2024
1 parent c3e3c54 commit 10286e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ What is needed:
-p 7474:7474 -p 7687:7687 \
tumgis/3dcitykg:1.0.0
```

```shell
# Windows
docker run ^
Expand All @@ -65,7 +66,7 @@ What is needed:
+ `-p 7687:7687`: Expose port 7687 of the container to port 7687 of the host machine. This is the port used by the
Neo4j Bolt connector (such as for RESTful services).

4. The database is available at `neo4j://localhost:7687` (Bolt protocol) and can be visualized using Neo4j Desktop or Neo4j Browser.
4. The database is available at [http://localhost:7474](http://localhost:7474) (Neo4j Browser) and can be accessed, queried and visualized using only a browser. No further installation is needed! For demonstration purposes, the database does not require any credentials. Simply click on "Connect" to access the database.

**Notes**: To simplify the process for testing purposes, the Docker container has already been loaded with
a test dataset, which is the [FZKHaus datasets](https://www.citygmlwiki.org/index.php?title=KIT_CityGML_Examples).
Expand Down

0 comments on commit 10286e8

Please sign in to comment.