Hi Bob, We had a CAS 4.0.0 installed on the linux server and now I am trying to upgrade it with 5.1.3 however, I am getting many issues while doing this. I have performed the same steps that you have performed but its not working. It seems like that I am doing some thing wrong. Could you please provide me the step to step notes so that I can complete this task.
Thanks, VK On Thursday, August 17, 2017 at 9:17:00 PM UTC+5:30, Bob Dill wrote: > > 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 >> > -- - Website: https://apereo.github.io/cas - Gitter Chatroom: https://gitter.im/apereo/cas - List Guidelines: https://goo.gl/1VRrw7 - Contributions: https://goo.gl/mh7qDG --- 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/ad57a3f5-7a9d-48b7-a2d5-ec28929946b1%40apereo.org.
