Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

MongoHQ/mongohq-openshift-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoHQ OpenShift Quickstart (Ruby and MongoDB)

1. Create an OpenShift account and application

Create an account at http://openshift.redhat.com and install the rhc command line tool on your development machine. For more info about rhc, see https://openshift.redhat.com/community/developers/rhc-client-tools-install.

Once rhc is installed, create a ruby-1.9 application using the path to this repository as the --from-code argument and by replacing with your desired application name:

$ rhc app create <app name> ruby-1.9 --from-code https://github.com/MongoHQ/mongohq-openshift-quickstart.git
$ cd <app name>

rhc initializes your application using this repository as a baseline.

2. Visit your new application's webpage.

We've created a tutorial inside the quick start. You can get started with the tutorial and quick start with detailed guides on the new application's served pages.

About

A quickstart guide with MongoDB / MongoHQ / OpenShift / Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published