kandanapp / kandan

Kandan is an Open Source Alternative to HipChat
GNU Affero General Public License v3.0
2.72k stars 408 forks source link

Openshift deploy? #376

Open victorperin opened 9 years ago

victorperin commented 9 years ago

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

miurahr commented 9 years ago

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!