Skip to content
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

Openshift deploy? #376

Open
victorperin opened this issue Jul 28, 2014 · 1 comment
Open

Openshift deploy? #376

victorperin opened this issue Jul 28, 2014 · 1 comment

Comments

@victorperin
Copy link

Is possible to deploy kandan in openshift?
There's no documentation of such a thing.

@miurahr
Copy link
Contributor

miurahr commented Jun 11, 2015

Theoretically possible but may be hard to work.

Kandan use Rails so you can use Ruby template as a base.
You can git clone openshift repository to local, and extract kandan source code into it as existing rails application.

Here is a manual how to deploy existing rails application on OpenShift.
https://developers.openshift.com/en/ruby-deploying-rails.html
It said that existing rails application is easy to deploy. Just put your code on it.
OpenShift see config.ru and run it properly.

Please don't forget to add postgresql.
This blog article helps to know how to add postgresql to Kandan openshift template.
https://blog.openshift.com/heroku-ruby-app-migration/
There is a manual for you.
https://developers.openshift.com/en/managing-adding-a-database.html

When you make kandan working on it, please, please share your experience to user community!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants