Install CAS - OtagoPolytechnic/opp-user GitHub Wiki
Maven is another Apache project, and it’s also easy to install. Similar to Tomcat, you should download Maven from its Maven website and unzip it. Make sure that you have install Maven before installing CAS.
Create the pom.xml file and add the content from the following link to the pom.xml file.
-
Save and Exit the file
To Build the CAS SSO package using the pom.xml file by using the following command
sudo mvn clean package
After the CAS package have been build, copy the cas.war file in the target directory to the following path.
/var/lib/tomcat7/webapps
Restart the Tomcat7 to start up the CAS SSO