A containerized Hajk solution with everything you need supplied. Just run docker compose up
and you're good to go.
- Hajk will start on port 3002. If you wish to run it on another port, change the port mapping in
docker-compose.yml
. - All of Hajk's configuration is stored inside the persistent
data
directory..env
controls the Backend, while the two JSON-files control Admin and Client UIs. - The
data/App_Data
stores all layer configuration. This is the folder that Backend writes to and normally you don't have to edit its contents directly. Instead, you let Admin UI commit the changes via requests to Backend.
docker compose up
. Add-d
if you want to run it in production and make Hajk restart on server reboot.- Hajk will launch on
localhost:3002
. The Admin UI is accessible onlocalhost:3002/admin
.
Hajk is an open source web GIS solution based on the latest technologies such as React, Material UI and OpenLayers. It is developed in Sweden and used by various municipalities and government agencies, as well as by public and private enterprises.
Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or other countries. Docker, Inc. and other parties may also have trademark rights in other terms used herein.