https://github.com/travisthetechie/noh
Example simple Node.js app on Heroku
https://github.com/travisthetechie/noh
Last synced: 5 months ago
JSON representation
Example simple Node.js app on Heroku
- Host: GitHub
- URL: https://github.com/travisthetechie/noh
- Owner: TravisTheTechie
- Created: 2012-07-18T14:33:00.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-18T14:58:14.000Z (over 13 years ago)
- Last Synced: 2024-04-15T10:42:07.051Z (almost 2 years ago)
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
noh
===
Example simple Node on Heroku
1. Install [Heroku Toolbelt](https://toolbelt.herokuapp.com/)
2. `$ heroku login`
3. `$ heroku keys:add` to add your ssh key
4. `$ npm install`
5. `$ foreman start` to run locally (foreman from Heroku Toolbelt)
6. `$ heroku create`
7. `$ git push heroku master`
8. Check to see what's going on at Heroku `$ heroku ps`
9. See the logs `$ heroku logs`