Skip to content
This repository has been archived by the owner on Jan 18, 2019. It is now read-only.

Deployment quick start

Steven Myers edited this page Mar 31, 2018 · 1 revision
  1. install Docker
  2. install Docker-Compose
  3. git clone https://github.com/yeg-relief/deploy.git
  4. cd deploy
  5. make .env file
    • consult .env.sample for guidance
  6. souce .env
  7. docker-compose up --build -d
  8. login to /admin/data section of application via web interface.
  9. click initialize button -- this will scaffold the schemas for elasticsearch indices. 9 (optional). If you have a datafile you can upload it in the upload section of admin/data
    • note: data is not validated in anyway. 🤞
Clone this wiki locally