-
Notifications
You must be signed in to change notification settings - Fork 88
Help to get started Docker Tools/CAS #23
Comments
Hi, Did you solve your problem ? For your first question, I think there is no build.sh and run.sh. But, in /cas-overlay/bin, there is run-cas.sh to start CAS. If you want rebuild CAS, I don't know how, but I'm interrested. I want use LDAP authentication but it doesn't work, so I think I must rebuild the app... The documentation is not very clear about Docker version... For your second question, I'm not sure I understand, but try to use 8080 port. |
My problem still is that CAS image fails to successfully start on my local container with few warnings and the error (see log fragment below), and I'm trying to figure out if that's because missing/not configured I've tried same on Dock for Mac with the identical failure. So, I'm sure I'm missing some simple step here and positive someone else had similar experience. Com'on folks, someone give us a hint!
|
To configure my keystore, I've created my own Dockerfile who inherits from apereo/cas:v5.3.2. In this Dockerfile, I do some things like configure my proxy, install Kerberos and configure CAS (it was working with v5.0.6, but not with the v5.3.2). To generate my keystore, I use these 2 command lines because I need to modify $JAVA_HOME/lib/security/cacerts and before I had to create /etc/cas/thekeystore. I don't know if /etc/cas/thekeystore is still needed :
|
Thanks for the tip. I will try that and let you know if that makes difference. |
Also, I precise that I think the team abandonned this GitHub project for https://github.com/apereo/cas which have a docker folder, but there is not possible to submit issues... and I think this GitHub project is about version 5.0.x because there is no commit since 2 years... |
Hello there,
I'm new to Docker/CAS and hope someone clarify some getting started steps for me...
Specifically to try this out for proof-of-concept, I've got Docker Tool (Kitematic) on Win7Pro running with the image of CAS Version: 5.3.2.
Where do I navigate (absolute path?) to find, change, and issue
build.sh
andrun.sh
if this required to proceed?Can I bypass
thekeystore
configuration and http for the demo right now? Are there any more detailed instructions available for new-buys like me to get this part right?Container logs attached CAS v5.3.2 Container.log
Thanks bunch,
GTM
The text was updated successfully, but these errors were encountered: