Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 512 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 512 Bytes

Quick and easy seed for an OpenShift app

create new app

rhc app create nodews nodejs-0.10 mongodb-2.4 --from-code=https://github.com/advectus/openshift-mean-seed.git

troubleshooting

tail -f $OPENSHIFT_LOG_DIR/nodejs.log
tail -f $OPENSHIFT_LOG_DIR/mongodb.log

administrating

ctl_app restart