/cas-jira

Make recipe to integrate Apereo CAS with Atlassian JIRA

Primary LanguageShellMIT LicenseMIT

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

Requirements

  • Installed Atlassian JIRA
  • 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 JIRA 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