-
Edit the
default.json
file to point to the public host and port of your server. If you are just testing on localhost you can leave it set at the defaults. -
Spin up the OpenHIM core and console easily with docker compose:
docker-compose build && docker-compose up -d
- Access on localhost:9000 or at <your_server>:9000