Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 359 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 359 Bytes

OpenHIM Common

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

  2. Spin up the OpenHIM core and console easily with docker compose:

docker-compose build && docker-compose up -d
  1. Access on localhost:9000 or at <your_server>:9000