Skip to content

Instantly share code, notes, and snippets.

@tomaslin
Created September 6, 2013 20:33
Show Gist options
  • Save tomaslin/6469591 to your computer and use it in GitHub Desktop.
Save tomaslin/6469591 to your computer and use it in GitHub Desktop.
Deploy grails on cloudfoundry v2
gvm install grails 2.3.0.RC2
grails create-app testApp
cd testApp
cf login tomaslin@gmail.com --password somethingsomethingsomething
cf push --buildpack=https://github.com/heroku/heroku-buildpack-grails.git
@tomaslin
Copy link
Author

tomaslin commented Sep 6, 2013

this is on run.pivotal.io, btw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment