You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.
build Docker images and start up application in background
docker-compose up -d
apply database migrations
docker-compose run engine python manage.py migrate
but i get this:
ERROR: No such service: engine
i suspect this is because there are no instructions to setup a postgres database.
should this app need it, which are the steps to get the database working for this?
thanks,
The text was updated successfully, but these errors were encountered:
hello everyone:
I am trying to setup this engine in a ubuntu 18.04.
i have run these steps:
clone the repo locally
git clone https://github.com/harvard-vpal/adaptive-engine
change into app directory
cd app
build Docker images and start up application in background
docker-compose up -d
apply database migrations
docker-compose run engine python manage.py migrate
but i get this:
ERROR: No such service: engine
i suspect this is because there are no instructions to setup a postgres database.
should this app need it, which are the steps to get the database working for this?
thanks,
The text was updated successfully, but these errors were encountered: