-
Notifications
You must be signed in to change notification settings - Fork 0
RunningViews
Peder G. Landsverk edited this page Dec 2, 2021
·
2 revisions
WIP, I also need to add info about logging into the docker registry.
ViEWS 3 is a system of services, that is run via Docker Compose.
To start ViEWS 3, clone the views3 repo. Then, in the folder, run:
docker-compose up
Note that you want to log to files in a ./logs
folder (i.e
GUNICORN_ERROR_LOG_FILE
/GUNICORN_ACCESS_LOG_FILE
is not set), the folder
needs to have the proper permissions. Containers run with user 1005
, so set
this in the repository folder:
chown -R 1005:1005 ./logs