Quick and easy seed for an OpenShift app
rhc app create nodews nodejs-0.10 mongodb-2.4 --from-code=https://github.com/advectus/openshift-mean-seed.git
tail -f $OPENSHIFT_LOG_DIR/nodejs.log
tail -f $OPENSHIFT_LOG_DIR/mongodb.log
ctl_app restart
Quick and easy seed for an OpenShift app
rhc app create nodews nodejs-0.10 mongodb-2.4 --from-code=https://github.com/advectus/openshift-mean-seed.git
tail -f $OPENSHIFT_LOG_DIR/nodejs.log
tail -f $OPENSHIFT_LOG_DIR/mongodb.log
ctl_app restart