Hi Satheesh, I can send you my notes on how I installed CAS and got it working. I'm still struggling with the configuration now, but I thought that since we are both newbies we could both benefit from some collaboration. Let me know if you are interested. In the meantime, here's an easy way to get started.
1. Download the master WAR overlay project from: https://github.com/apereo/cas-overlay-template/archive/master.zip 2. Unzip it, and run build.sh (in Linux) or build.cmd (in Windows). If you lack elevated privileges, the build will succeed, but you will notice some errors indicating that some files could not be copied. On Linux (I don't know about windows), as root, go to /etc and run 'mkdir -P cas/config'. This will make the cas config directory. Then, from the directory where you ran the build script copy, there will be an etc/cas/config directory. Copy the files in there (as root) to the directory you just created with mkdir. You no longer need to worry about the errors at the end of the build script. 3. Finally, deploy the cas.war file. The easiest way to do that is if you already have a tomcat installation set up for SSL (let me know if you need help with SSL too), simply copy the cas.war file to the webapps directory in your tomcat configuration. This will automatically deploy your cas application. Now, you can visit https://<your FQDN>:<your tomcat app port>/cas, and you will see the page. This will get you to the point I'm at right now. I hope this helps. ~ Bob On Monday, August 14, 2017 at 4:26:45 AM UTC-5, satheesh k wrote: > > HI All, > > We are implementing CAS 5.1.2 in our projct. I need to set up SSO with our > application using CAS. I have read the documentation at > https://apereo.github.io/cas/5.1.x/planning/Installation-Requirements.html > .We stuck on the implementation of CAS 5.1.2 in our project. Is there a > step-by-step guide that will teach me how to perform these basic steps? > > Thanks, > Satheesh. K > -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/ad983f9f-49e6-413b-8aff-0d5b450fb05b%40apereo.org.
