# test-ruby **Repository Path**: jimmychu0807/test-ruby ## Basic Information - **Project Name**: test-ruby - **Description**: No description available - **Primary Language**: Ruby - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2015-07-24 - **Last Updated**: 2024-11-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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](https://hub.openshift.com/quickstarts/118-sinatra) 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/