esup-cas-server installation
(Yale ITS CAS server, CAS GH)
Some targets of the package claim for Ant 1.6.1 (at least).
In the following, command lines are given for Ant. Targets of
the package can also be fired from the Eclipse environment, provided
you have at least Ant 1.6.1 installed (details on
how to configure Eclipse 3.0M7 with Ant 1.6.1).
Complete instructions
1. Download and extract
Download the esup-cas-server package (details) and extract it on
your file system
2. Configure
2a. User authentication
Please refer to the high-level CAS
GH authentication page.
2b. HTML rendering (optional)
Please refer to the HTML rendering page.
2b. Context
Precise the location of your servlet container by editing the properties/build.properties file.
For instance:
cas-server.deploy.home=C:/jakarta-tomcat-5.0.19
3. Deploy
Run Ant to deploy Yale ITS CAS server
(shipped with CAS GH) into your servlet container:
ant deploy
What to do next
At this step, Yale ITS CAS server (shipped with CAS GH) should
now be deployed into the webapps/ folder of your servlet container.
Next, you should configure your servlet container to run on HTTPS,
start it and test. You can instead use the esup-cas-quick-start
package to do it automatically.
|