Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 720 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 720 Bytes

A quick make recipe to build and install CAS integration with Atlassian Confluence

Requirements

  • Installed Atlassian Confluence
  • Installed Apereo CAS
  • Linux and GNU make (to run this recipe)
  • Git, JDK and Apache Maven (to build CAS Java client)
  • openssl (optional, to install LDAPS trust certificate in Confluence java keystore)

Getting started

Checkout cas branch

git checkout cas

Copy makefile.inc.sample to makefile.inc and edit it to match your site configuration. Run

make build

This will build all files required for CAS integration in target folder.

sudo make install