Skip to content

BerkeleyLibrary/avplayer

Repository files navigation

AV Player

The UC Berkeley Library audio/video player.

Servers

Staging: avplayer.ucblib.org.

Production: avplayer.lib.berkeley.edu (Note: The production server does not display a home page.)

Logging

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).

Development

  1. Build the images:

    docker-compose build --pull
  2. Bring up the application container:

    docker-compose up -d

Viewing logs

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