-
Notifications
You must be signed in to change notification settings - Fork 9
Deployment quick start
Farhad Makiabady edited this page Nov 2, 2018
·
1 revision
- install Docker
- install Docker-Compose
git clone https://github.com/yeg-relief/deploy.git
cd deploy
- make
.env
file- consult
.env.sample
for guidance
- consult
souce .env
docker-compose up --build -d
- login to
/admin/data
section of application via web interface. - click
initialize
button -- this will scaffold theschema
s forelasticsearch
indices. 9 (optional). If you have a datafile you can upload it in theupload
section ofadmin/data
- note: data is not validated in anyway. 🤞
Getting Started
Admin Guide
Developer Documentation