Skip to content

snedi/openolat-dockerized

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openolat-dockerized

A dockerized version of the Learning Management System OpenOLAT intended to facilitate the installation process.

List of the components and corresponding Docker images that can be built by this project:

  • Tomcat microservice
  • PgSQL microservice

USE

Each component includes its own build.sh and run.sh shell scripts to build and run the services. The scripts require the following environment variables to be defined.

export OPENOLAT_DOCKER_IMAGE_WEB="snedi/openolat-web"
export OPENOLAT_DOCKER_IMAGE_DB="snedi/openolat-db"
export NGINX_IMAGE="nginx:stable"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published