Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 1.23 KB

README.md

File metadata and controls

34 lines (29 loc) · 1.23 KB

Magnolia CMS

A demo integration o Grails with the Magnolia CMS.

Technologies

The following are the primary technologies found in this project.

Getting Started

Prerequisites
Running Application
Provision a server running MySQL / Magnolia CMS.
  1. cd ${project_root}/provision/chef/cookbooks/magnolia
  2. vagrant up
Start Grails Web Application
  1. cd ${project_root}/magnolia-app
  2. ./grailsw run-app

Integrate w/ IntelliJ

  1. From Intellij main menu - Import Project
  2. Select ${project_root}
  3. Select to import project from existing sources.
  4. Add JDK 1.7 / Grails 2.4.4 as SDK / Framework