-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Justin Forest edited this page Mar 25, 2024
·
9 revisions
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
This will make the app available at localhost:8000, with the SQLite database stored in ./var
.
Note that the app is not yet ready for production, as it lacks user authentication and a lot more.