Skip to content

georchestra/georchestra-cas-server

Folders and files

NameName
Last commit message
Last commit date
Feb 14, 2022
Jul 20, 2021
Jun 11, 2023
Jul 20, 2021
Jul 15, 2021
Aug 17, 2021
Jul 15, 2021
Jun 11, 2023
Jul 15, 2021
Dec 20, 2021
Nov 21, 2023
Jul 15, 2021
Jul 15, 2021
Jul 15, 2021
Feb 14, 2022
Jul 15, 2021
Jul 15, 2021
Jul 15, 2021
Jul 15, 2021

Repository files navigation

geOrchestra CAS customizations

This project has been created from the suggested github template.

It contains some customizations to suit with the conventions followed by the geOrchestra project.

geOrchestra customizations

  • configuration into /etc/georchestra/cas instead of /etc/cas.
  • not building a runnable artifact, nor including any tomcat or jetty dependencies (see the gradle.properties file)
  • A basic custom theme named "georchestra" has been generated using ./gradlew generateTheme
  • ... more to come

Custom georchestra build

Building a simple war

./gradlew build

Building a docker image

Creating the exploded webapp with the following:

$ ./gradlew explodeWarOnly

Then Build a docker image using:

$ docker build -t georchestra/cas:6.3 .

Contrary to upstream, we don't make use of the jib gradle plugin to build the docker image.