-
Notifications
You must be signed in to change notification settings - Fork 15
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
Comments
I think this would be cool, even maybe for AWS too! If someone else doesn't, I would like to. |
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. |
Here is an example of the travis build output: https://travis-ci.org/Dynalon/Rainy/builds/26151115 |
@Dynalon Thanks. It's more trickier than I thought. My goal is to create/have a For making a |
Why exactly openshift and not docker ? |
@Dynalon Yes, But I think on |
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?
The text was updated successfully, but these errors were encountered: