The UC Berkeley Library audio/video player.
Staging: avplayer.ucblib.org.
Production: avplayer.lib.berkeley.edu (Note: The production server does not display a home page.)
Staging and production logs are aggregated in Amazon CloudWatch.
You'll need to sign in with the IAM account alias uc-berkeley-library-it
and then with your IAM user name and password (created by the DevOps team).
-
Build the images:
docker-compose build --pull
-
Bring up the application container:
docker-compose up -d
You can view application output directly in the console by running
docker-compose up
without the -d
(detach) flag, or use:
docker-compose logs -f