Instructions for setup
Launch
git clone git@github.com:QTIM-Lab/OPTIMEyes.git
cd OPTIMEyes
Create an environment variables file. Do not check .env into git.
cp .env_sample .env
Launch Start:
./start.sh
Stop:
./stop.sh
Adjust CORS on Database
Default CouchDB credentials: [admin
,password
]