Skip to content

Instantly share code, notes, and snippets.

@cadesalaberry
Last active December 28, 2015 12:49
Show Gist options
  • Save cadesalaberry/7503717 to your computer and use it in GitHub Desktop.
Save cadesalaberry/7503717 to your computer and use it in GitHub Desktop.
A guide on how to setup OpenShift to use a rails repo on Github.

Github, Rails and OpenShift

Here is a guide on how to setup OpenShift to use a rails repo on Github for CodeJam@McGill.

The Suicidal Way

Starting from scratch, first create your application:

rhc app create {appname} -t ruby-1.9

To be continued.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment