- The goal: create my first Grails project, in IntelliJ, with Maven support.
- Myself: Noob to Groovy/Grails, has some Maven experience but not too much
- The tooling: Groovy 1.7.5, IntelliJ 9.0.3 and Maven 2.0
What I've tried so far, is:
- File->New Project
- Create Module
- Maven Module
- Add & choose the Grails Archtype
- Right click on the project --> Run --> grails
I'm getting errors:
PHP home is not specified
- WTF, does Grails require PHP?- When I previously tried to use IntelliJ to create a Grails project without Maven, I actually managed to run the application - so I don't understand what is missing now.
P.S. I reported this as an issue, vote it up if you want.
If anyone is interested, here is a github project with all the bootstrap done.