Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanj/meantesting
a scratch pad
https://github.com/ryanj/meantesting
Last synced: 13 days ago
JSON representation
a scratch pad
- Host: GitHub
- URL: https://github.com/ryanj/meantesting
- Owner: ryanj
- Created: 2014-04-04T22:45:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-04T23:18:18.000Z (over 10 years ago)
- Last Synced: 2024-10-11T00:12:44.073Z (about 1 month ago)
- Language: JavaScript
- Size: 31.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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