21 Resources for Cloud Hosting on Heroku
Spring MVC Hibernate App
http://afternoon-dusk-5755.herokuapp.com/people/
Example Facebook Node.js App
https://furious-moon-7006.herokuapp.com/
Java | Heroku Dev Center (OpenJDK 6)
https://devcenter.heroku.com/categories/java
Java Web App with Tomcat 7
https://devcenter.heroku.com/articles/create-a-java-web-application-using-embedded-tomcat
Non-Web Java Processes
https://devcenter.heroku.com/articles/run-non-web-java-processes-on-heroku
Heroku Status
https://status.heroku.com/
The Process Model
https://devcenter.heroku.com/articles/process-model#mapping_the_unix_process_model_to_web_apps
Java FAQ
https://devcenter.heroku.com/articles/java-faq
Java Spring/MVC/Hibernate Tutorial
https://devcenter.heroku.com/articles/spring-mvc-hibernate
Managing SSH Keys
https://devcenter.heroku.com/articles/keys#adding_keys_to_heroku
For Windows 7 Enterprise, I needed to use “id_rsa.pub” to initialize the key, I couldn’t put in a path. So I cd to the location of the public key. For tracing ssh, -vT, allows for verbose tracing.
heroku keys:add “id_rsa.pub”
ssh -vT git@heroku.com
git clone git@heroku.com:aMYHEROKUAPP.git -o heroku
Facebook on Heroku
git commit -am “changed greeting”
git push heroku master
Foreman
http://blog.daviddollar.org/2011/05/06/introducing-foreman.html
Node.JS on Heroku
https://devcenter.heroku.com/articles/nodejs
Introduction to Heroku for Java Developers
https://devcenter.heroku.com/articles/intro-for-java-developers
Using the Heroku Command Line Interface(CLI)
https://devcenter.heroku.com/articles/using-the-cli
Creating Applications from the CLI
https://devcenter.heroku.com/articles/creating-apps
GIT Repository SSH Fingerprints
https://devcenter.heroku.com/articles/git-repository-ssh-fingerprints
Heroku CLI Authentication
https://devcenter.heroku.com/articles/authentication
Installing Heroku CLI
https://devcenter.heroku.com/articles/heroku-command
Managing Heroku Processes
https://devcenter.heroku.com/articles/ps
Facebook App on Heroku
https://devcenter.heroku.com/articles/facebook
(Note: Opinions expressed in this article and its replies are the opinions of their respective authors and not those of DZone, Inc.)





