-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CKAN on Openshift #226
Comments
That would be very helpful indeed. We are thinking about running CKAN within OpenShift too. Would you mind to share this configuration? Thanks in advance! |
Hi and sorry for late reply! I'll try to begin on working on the public configuration, with the main issues being the refactoring, see how I can go about my use of custom builds/images and, generally, trying to make it useable for people with a vanilla version of Openshift/OKD/minishift without going into the details of the platform. Will update this issue once I have something set up. |
I'm about to finish a public version of configuring the CKAN stack to run on Openshift and was going to the top level versions of the different components. I'd appreciate if you can give some input about them....whether to switch to different versions or different sources, if you have bad experiences with using different versions, or other info etc... The repo (rather complete, but still work-in-progress and not fully tested) holding the config is: https://github.com/dagniel/ckan-on-openshift.git
Thank you! |
Hi I found that you already created project for CKAN on Openshift in https://github.com/dagniel/ckan-on-openshift sinc Aug 2019 We are also implementing CKAN on Openshift environement. |
I haven't worked on it for a couple of months now. This config isn't meant to be production ready, but rather as a starting point for using CKAN on Openshift. It deploys one of each components(so no HA for Postgres, for example), with basic configuration of the containers. As advice, wouldn't know....maybe test it first, see how/if it works for you. For a production level variant you can have a look at #206 (comment) It's not Openshift specific but much more through/complex. |
FIXED. @dagniel thank you for sharing and this is really useful 👏 👏 . I'm closing this issue now as we have a resolution and I'm adding this to Deployment section of Awesome CKAN: https://github.com/ckan/awesome-ckan#deployment Please feel free to keep updating this issue or the awesome repo 😄 |
I've just finished an initial configuration that sets-up CKAN on Openshift. More specifically the community version: OKD 3.10.
I will have to get some formal acceptance before making this publicly available, but I was wondering if it would be of use.
I've mostly followed and adapted/changed the instructions for the Docker Compose version and the underlying feeling was that the procedure is mostly aimed for the developer that wants to have direct access to the container and switch/add/remove contents and or configuration without necessarily having in mind automation and replication.
So I thought to maybe ask if it would be of any help. Are there any issues that you think it might solve regarding anything related to the community around the CKAN project?
Thanks!
The text was updated successfully, but these errors were encountered: