Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Quick Start Guide for Developers

Christian Zirkelbach edited this page Dec 20, 2019 · 14 revisions

Version 1.3.0 and later

  1. Install the latest Chrome or Firefox browser.
  2. Install and configure the backend and frontend.
  3. Take a look at Developer Hints.
  4. Take a look at Extensions.
  5. Take a look at Debugging Code.

Version 1.1.1 and earlier

  1. Install the latest Chrome browser.

  2. Download the Eclipse IDE for Java and DSL Developers and JDK 8.

  3. Extract and start the IDE.

  4. Install the latest Google Webkit Toolkit Eclipse Plugin.

  5. Download the four projects Common, Analysis, Monitoring, and ExplorViz (Server).

  6. Import the four projects into the previously downloaded Eclipse IDE.

  7. Start the Server component by clicking ExplorViz Server in the run menu.

  8. Start your Chrome Browser and navigate to http://localhost:8888.

  9. After each change to the source code, you can press F5 to see the conducted changes.

  10. To get input, you can use the Start Monitoring Test App from the run menu or proceed like described in the Quick Start Guide for Users.

  11. (Optional) All Git projects up to version 1.1.1 can be found here.