Skip to content

OpenShift Express Quick Start Git Repository for Sinatra

Notifications You must be signed in to change notification settings

double-z/sinatra-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sinatra on OpenShift Express

This git repository helps you get up and running quickly w/ a Sinatra installation on OpenShift Express.

Running on OpenShift

Create an account at http://openshift.redhat.com/

Create a ruby-1.8 application

rhc app create -a sinatra -t ruby-1.8

Add this upstream sinatra repo

cd sinatra
git remote add upstream -m master git://github.com/openshift/sinatra-example.git
git pull -s recursive -X theirs upstream master

Then push the repo upstream

git push

That's it, you can now checkout your application at:

http://sinatra-$yournamespace.rhcloud.com

About

OpenShift Express Quick Start Git Repository for Sinatra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published