Heroku with grails 2 ... Easy first steps..

Tried out the new grails 2.0 framework including deployment into the cloud
as desribed in the heroku blog - thanks to heroku

- create grails app
grails createApp myapp
cd myapp"
- version it with git (locally)
grails integrate-with --git
git init
git add .
git commit -m init
- create "cloud server" and deploy the app
heroku create --stack cedar
  ... http://::::.herokuapp.com/ | git@heroku.com:::::::::::.git
git push heroku master

.. and the server is up and running with a simple grails 2 demo app. Cool.

Beliebte Posts aus diesem Blog

using the birt runtime with spring boot and gradle to generate PDF from a Report Design File

Powershell snippet to send messages to telegram