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

Is it possible to deploy rainy on OPENSHIFT? #42

Open
khurshid-alam opened this issue Jun 2, 2014 · 6 comments
Open

Is it possible to deploy rainy on OPENSHIFT? #42

khurshid-alam opened this issue Jun 2, 2014 · 6 comments
Labels

Comments

@khurshid-alam
Copy link

I wan to deploy it on open-shift as it only requires mono & sqlite. Is it possible?

If it can be done, can you create a new git repository with necessary code in it?

@khurshid-alam khurshid-alam changed the title Is it possible to deploy rainy server on OPENSHIFT? Is it possible to deploy rainy on OPENSHIFT? Jun 2, 2014
@trepidity
Copy link

I think this would be cool, even maybe for AWS too! If someone else doesn't, I would like to.

@Dynalon
Copy link
Owner

Dynalon commented Jun 3, 2014

I don't see a reason why it shouldn't run on openshift. As long as it is linux and you can install you own packages (mono) that should work.

Rainy uses Travis for CI, which basically does the same: Fire up an empty linux image, install all required packages and build rainy. The travis configuration might be a good starting point.

Discalimer: I have never used openshift and have no idea how to configure it.

@Dynalon
Copy link
Owner

Dynalon commented Jun 3, 2014

Here is an example of the travis build output: https://travis-ci.org/Dynalon/Rainy/builds/26151115

@khurshid-alam
Copy link
Author

@Dynalon Thanks. It's more trickier than I thought.

My goal is to create/have a QuickStart for openshift on github. I never deploy a mono-based app on openshift (only php) & trying to learn.

For making a QuickStart, the documentation can be found -
here: https://www.openshift.com/developers/get-involved/creating-quickstarts
&
here: https://www.openshift.com/blogs/how-to-create-an-openshift-github-quick-start-project

@Dynalon
Copy link
Owner

Dynalon commented Jun 3, 2014

Why exactly openshift and not docker ?

@khurshid-alam
Copy link
Author

@Dynalon Yes, docker is cool. I do not have any personal preference here. Its just that I am more familiar with openshift.

But I think on docker it should be easy as it is just like a vm. In fact I have a long list of apps which I want to try on docker.

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

No branches or pull requests

3 participants