-
Notifications
You must be signed in to change notification settings - Fork 0
Install
Andrea Ferrandi edited this page Nov 16, 2019
·
3 revisions
It can be installed as a docker image from https://hub.docker.com/repository/docker/aferrandi/exmap
To start it:
docker run -v [projects directory]:/opt/executable/prjroot -p 3000:3000 aferrandi/exmap /opt/executable/exmap 3000 /opt/executable/webclient /opt/executable/prjroot
where [projects directory] is the directory in your system where you want exmap to store the content of the projects.
Then with a browser connect to localhost:3000.
You are free to use a different port instead of 3000.
The application is experimental and it surely has some bugs. Please report them in https://github.com/aferrandi/exmap/issues.
The server writes a log, exmap.log, which can be found in the projects directory.