LATAAMO_OPENCAST_HOST (OpenCast development url or local container's URL)
LATAAMO_OPENCAST_PRESENTATION_HOST (OpenCast development url or local container's URL)
LATAAMO_OPENCAST_USER (found in keepass)
LATAAMO_OPENCAST_PASS (found in keepass)
ENVIRONMENT (local development = local, devel environment = devel, test environment = test, prod environment = prod)
ESB_HOST (esb host url, found in keepass)
ESB_GROUPS_API_KEY (found in keepass)
ESB_PERSONS_API_KEY (found in keepass)
REDIS_URL = redis://localhost
CRYPTO_SECRET_KEY=(found in keepass)
CRYPTO_SECRET_IV=(found in keepass)
AZURE_SPEECH_SUBSCRIPTION_KEY (found in keepass, deprecated use batch transcription instead)
STORAGE_ACCOUNT_NAME=(found in keepass)
STORAGE_ACCOUNT_KEY=(found in keepass)
STORAGE_CONTAINER_NAME=(found in keepass)
TRANSCRIPTION_API_KEY=(found in keepass)
SPEECH_TO_TEXT_BASE_URL=(found in keepass)
SPEECH_TO_TEXT_MODEL=(found in keepass)
GITLAB_TOKEN=(found in keepass)
GITLAB_HOST= (gitlab host url)
- Download FFMPEG from https://ffmpeg.org/download.html#build-windows
- Extract the zip file to C:\ffmpeg
- Add C:\ffmpeg\bin to PATH environment variable
- Restart your computer
- Open command prompt and run
ffmpeg -version
to check that ffmpeg is installed correctly - If you get an error message about missing dll-files, download them from https://www.dll-files.com/ and place them in C:\ffmpeg\bin
sudo apt install ffmpeg
ffmpeg -version
to check that ffmpeg is installed correctly
brew install ffmpeg
ffmpeg -version
to check that ffmpeg is installed correctly
POSTGRES_USER = (locally use the same username for which you used in the docker container otherwise username is found in keepass) PASSWORD = (locally use the same password for which you used in the docker container otherwise password is found in keepass) PORT = 5432 HOST = (locally use localhost, otherwise host is found in keepass) DATABASE= (locally use the same database for which you used in the docker container otherwise database names are found in keepass)
docker run -d -p 6379:6379 --name video-upload-status-storage redis
docker exec -it video-upload-status-storage sh
# redis-cli
127.0.0.1:6379> ping
--> should return Pong
- Clone the repository from GitHub: https://github.com/opencast/opencast-docker \
- Edit
docker-compose.allinone.h2.yml
file found in/opencast-docker/docker-compose
folder
Findimage: quay.io/opencast/allinone:X.X
and change it toimage: quay.io/opencast/allinone:6.6
(14.7.2021) docker-compose -p opencast-allinone -f docker-compose/docker-compose.allinone.h2.yml up
\- To use archive workflow, add 2 xml-files (archive-delete.xml ja full-retract.xml) to opencast container folder /opencast/etc/workflows
More info https://workgroups.helsinki.fi/pages/viewpage.action?pageId=128896753
install required packages
to start node server to localhost:3000