A demo integration o Grails with the Magnolia CMS.
The following are the primary technologies found in this project.
- Magnolia CMS (http://www.magnolia-cms.com/)
- Grails (https://grails.org/)
- Vagrant (https://www.vagrantup.com/)
- Chef (https://www.getchef.com/chef/)
- Vagrant - https://www.vagrantup.com/downloads.html (Built against 1.7.2)
- Chef DK - https://downloads.chef.io/chef-dk/ (Built against 0.3.6)
- Grails - https://grails.org/ (Built against 2.4.4)
- Java - http://www.oracle.com/technetwork/java/index.html (Built against JDK 1.7)
- Vagrant Berkshelf Plugin - https://github.com/berkshelf/vagrant-berkshelf
- Vagrant Omnibus Plugin - https://github.com/chef/vagrant-omnibus
cd ${project_root}/provision/chef/cookbooks/magnolia
vagrant up
cd ${project_root}/magnolia-app
./grailsw run-app
- From Intellij main menu - Import Project
- Select
${project_root}
- Select to import project from existing sources.
- Add JDK 1.7 / Grails 2.4.4 as SDK / Framework