Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryanj/meantesting

a scratch pad
https://github.com/ryanj/meantesting

Last synced: 13 days ago
JSON representation

a scratch pad

Awesome Lists containing this project

README

        

meantesting
===========

Development requirements:

* Nodejs, npm, rhc, grunt, bower, yeoman, generator-angular-fullstack

This project was generated by following these steps:

1. choose an app name. Fill it in wherever you see APP_NAME in the following steps
2. mkdir APP_NAME
3. yo angular-fullstack $APP_NAME
4. grunt build
5. cd dist
6. git init
7. git add .
8. git commit -m 'Dist!'
9. rhc app create APP_NAME -s nodejs-0.10 mongodb-2.4 --no-git NODE_ENV=production
10. git remote add openshift GIT_REPO_URL
11. git push -f openshift master