-
Notifications
You must be signed in to change notification settings - Fork 47
Installation
Please install docker including docker-compose and JDK 1.8.
The default setup includes a neo4j database runing on port 7687. If you would like to use your own neo4j database, run the alternative setup.
Navigate to the root directory of this repository and run docker-compose up
. Once the process is finished, the different components of Getaviz can be called at the following addresses:
- UI: http://localhost:8082/ui/index.php
- Generator2: http://localhost:8083
- Evaluation Server: http://localhost:8081
- Database GUI: http://localhost:7474
This setup assumes you have already running a neo4j database on port 7687, e.g., by running jqassistant server
on your host. Navigate to the root directory of the Getaviz repository and edit the docker-compose
file. Uncomment the ten lines of the neo4j service. Then, run docker-compose up
. Once the process is finished, the different components of Getaviz can be called at the following addresses:
- UI: http://localhost:8082/ui/index.php
- Generator2: http://localhost:8083
- Evaluation Server: http://localhost:8081
Please proceed with the instructions under Usage to visualize your first software system.