Skip to content

jeff-blaisdell/magnolia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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