Skip to content

Deployment quick start

Farhad Makiabady edited this page Nov 2, 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. 🤞