Skip to content

OpenShift QuickStart Git Repository for Sinatra

Notifications You must be signed in to change notification settings

TheLarkInn/sinatra-example

 
 

Repository files navigation

Sinatra on OpenShift

This git repository will help you get up and running quickly with Sinatra on OpenShift.

The easiest way to deploy Sinatra on OpenShift is using the QuickStart on the OpenShift Hub

Configuring the Modular/Object, Views, or Mustache example code to run on OpenShift

If you would like to run any of the other examples included here on OpenShift just follow the below instructions:

  1. git clone your application onto your local machine
  2. copy the contents of the example folder that you want to use
  3. paste the copied files into your base application directory

Then you just need to commit your changes and git push them to your OpenShift gear

Running this application locally

Before running any of these examples, you should run the below command to make sure that you have the correct ruby gems installed

	bundle install

To run this application locally, cd into the sinatra-example directory that you cloned and run

	bundle exec ruby -S rackup -w config.ru

Also included are the following Sinatra examples.

Sinatra Views Example               example-views
Sinatra Modular Example             example-modular
Sinatra Modular Views Example       example-views-modular
Sinatra Modular Mustache Example    example-mustache-modular

Just cd into the appropriate directory and run the following commands:

	bundle install
	bundle exec ruby -S rackup -w config.ru

Thanks to:

Sinatra Mustache example based on: https://github.com/defunkt/mustache-sinatra-example

License

This code is dedicated to the public domain to the maximum extent permitted by applicable law, pursuant to CC0 http://creativecommons.org/publicdomain/zero/1.0/

About

OpenShift QuickStart Git Repository for Sinatra

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 77.9%
  • Shell 11.2%
  • HTML 10.9%