Skip to content

Installation

Justin Forest edited this page Mar 25, 2024 · 9 revisions

Installing TreeMap

The recommended way for now is to use Docker. You need to install it on your machine, then use this command to run the server:

$ docker run -p 8000:8000 -v $PWD/var:/app/var ghcr.io/umonkey/treemap:latest
Clone this wiki locally