hajkmap / docker-hajk

A containerised Hajk solution with everything you need supplied. Just run `docker compose up` and you're good to go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-hajk

A containerized Hajk solution with everything you need supplied. Just run docker compose up and you're good to go.

Information

  • 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.

Quick start

  1. docker compose up. Add -d if you want to run it in production and make Hajk restart on server reboot.
  2. Hajk will launch on localhost:3002. The Admin UI is accessible on localhost:3002/admin.

About Hajk

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.

About Docker

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.

About

A containerised Hajk solution with everything you need supplied. Just run `docker compose up` and you're good to go.

License:MIT License


Languages

Language:Shell 100.0%