Sign inSign up

starofall/crowdnavgui-docker

By starofall

Updated over 9 years ago

A version of CrowdNav (see other project) that allows to see the sumo-gui graphical interface

Image
0

434

starofall/crowdnavgui-docker repository overview

CrowdNavGUI for Docker

Banner

Description

To see the graphical user interaface of sumo used in CrowdNav even with docker, this special docker container bundles a VNC server and a graphical interface.

Docker Setup
  1. First start kafka

docker run --name kafka --hostname kafka -p 2181:2181 -p 9092:9092 --env ADVERTISED_HOST=kafka --env ADVERTISED_PORT=9092 spotify/Kafka

  1. Start CrowdNavGUI for Docker

docker run -i -t --link kafka:kafka -p 6080:6080 starofall/crowdnavgui-docker

  1. Open your browser and goto either

localhost:6080 or (IP of your Boot2Docker):6080

  1. A VLC session opens. Here click on startGUI.sh and then Execute in Terminal

  2. Now SUMO and CrowdNav is loaded and can be started with the play button

Tag summary

Content type

Image

Digest

Size

564.6 MB

Last updated

over 9 years ago

docker pull starofall/crowdnavgui-docker