Skip to content

skyveri/openshift-meteor-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor on OpenShift

Deploy a Meteor application on OpenShift.

Create an OpenShift app from this QuickStart

rhc app create myopenshiftapp nodejs-0.10 mongodb-2.4 --from-code=https://github.com/skyveri/openshift-meteor-quickstart.git

Create a Meteor app

Make sure you have Meteor installed (see instructions) and do the following:

cd myopenshiftapp
meteor create mymeteorapp

Editing the app

Every time you edit your code, commit the changes:

git add -A
git commit -m "Describe the changes you made"

Deploy

Make sure all changes have been committed:

git status

Deploy your app on OpenShift:

git push

Credits

This QuickStart uses code from these projects:

Meteor.js on OpenShift
Running a custom/latest Node[.js] version on Red Hat's OpenShift PaaS

About

Meteor QuickStart for OpenShift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published