3. Run Application

Start the application by running the grails run-app command.

$ grails run-app

Welcome to Grails 1.1.2 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: /usr/local/grails

Base Directory: /simple-grails-webapp
Running script /usr/local/grails/scripts/RunApp.groovy
Environment set to development
    [mkdir] Created dir: ~/.grails/1.1.2/projects/simple-grails-webapp/classes
  [groovyc] Compiling 10 source files to ~/.grails/1.1.2/projects/simple-grails-webapp/classes
    [mkdir] Created dir: ~/.grails/1.1.2/projects/simple-grails-webapp/resources/grails-app/i18n
[native2ascii] Converting 11 files from /simple-grails-webapp/grails-app/i18n to ~/.grails/1.1.2/projects/simple-grails-webapp/resources/grails-app/i18n
     [copy] Copying 1 file to ~/.grails/1.1.2/projects/simple-grails-webapp/classes
     [copy] Copied 2 empty directories to 2 empty directories under ~/.grails/1.1.2/projects/simple-grails-webapp/resources
Running Grails application..
Server running. Browse to http://localhost:8080/simple-grails-webapp

Navigating to the application's home page, there will be a link to the person and address controllers. After creating and address, from the person page the address can be associated with the person. The application is very basic, but it's functional and was made very quickly.