Skip to content

kkalev/simple-cas-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple httpd Docker image to host old CAS documentation

We make use of the gh-pages branch of apereo/cas

Main build argument is CAS_VERSION which should correspond to a version name as a folder name in the gh-pages branch. Default value is 6.6.x

  • Build (example for 6.6.x version): docker build --build-arg CAS_VERSION=6.6.x -t simple-cas-docs:6.6.x .
  • Run:
    • Docker run: docker run --rm -p 80:80 -d --name cas-docs simple-cas-docs:6.6.x
    • http access: http://localhost/cas

Image size: 1.78 GB

About

A simple Docker image for Apereo CAS old documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors