georchestra / georchestra-cas-server

Apache License 2.0
0 stars 3 forks source link

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

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

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