Page 1 of 1

Openshift Installation

PostPosted:Sat Feb 09, 2019 4:24 am
by mdorrian
Hi,

Could someone provide specific instructions on how to set up OpenKM Community Version on OpenShift.

Thanks in Advance,
Michael

Re: Openshift Installation

PostPosted:Sat Feb 09, 2019 11:49 am
by jllort
Seems Openshift it is based on Docker, might be it can help you in some manner https://hub.docker.com/r/openkm/openkm/

Re: Openshift Installation

PostPosted:Sun Feb 10, 2019 7:28 am
by mdorrian
Thanks for this!.

Could not get that up and running with even docker unfortunately..

I think actually docker files should work with OpenShift too like u said..

Re: Openshift Installation

PostPosted:Tue Feb 12, 2019 10:49 pm
by mdorrian
Got OpenKM deployed on a docker container.
However the deployment on OpenShift produced errors.
Looking at the logs it seems these are permissions errors..

I am trying a different approach now...I got tomcat up and running in an OpenShift container.I would simply like to deploy the OpenKM war file to that server..how would I go about doing this?

Re: Openshift Installation

PostPosted:Wed Feb 13, 2019 7:45 pm
by jllort
However, I do not suggest docker or similar scenario. In the end, this kind of images will not solve that it is necessary for production environments to mapping datastore disk and extra configuration what will depend on the amount of expected data to be moved with the application.

Re: Openshift Installation

PostPosted:Fri Feb 15, 2019 1:56 am
by mdorrian
Thank you for your reply.

I will try to build from source on my own laptop...I do not have admin rights though...part of your online development setup demonstration shows you installing openkm community version though which requires admin rights...

Re: Openshift Installation

PostPosted:Fri Feb 15, 2019 7:24 pm
by jllort
You need at the ends installing thidparty tools to get all running.
JAVA JDK for starting tomcat and OpenKM.
libreoffice / imagemagick / ghostscript for preview and image conversions.
tesseract-ocr engine if you wish to use OCR engine for indexing images or PDF with images into.

Althought always when possible we suggest installing application using the wizard ( OKMInstaller.jar tool ), in the documentation you have steps for doing it manually https://docs.openkm.com/kcenter/view/ok ... ebian.html