A quick make recipe to build and install CAS integration with Atlassian JIRA
- 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)
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