Created
September 6, 2013 20:33
-
-
Save tomaslin/6469591 to your computer and use it in GitHub Desktop.
Deploy grails on cloudfoundry v2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gvm install grails 2.3.0.RC2 | |
grails create-app testApp | |
cd testApp | |
cf login [email protected] --password somethingsomethingsomething | |
cf push --buildpack=https://github.com/heroku/heroku-buildpack-grails.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is on run.pivotal.io, btw