Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
/ wiki Public archive

Playing with Grails 2.2 -- A grails-based Wiki

Notifications You must be signed in to change notification settings

workflo/wiki

Repository files navigation

wiki

A grails-based Wiki

  • Download and install Grails 2.2.1 from http://grails.org/download

  • or use Groovy Version Manager to install Grails 2.2.1:

      curl -s get.gvmtool.net | bash
    
  • Open a new terminal window and install Grails:

      gvm install grails 2.2.1
    
  • Clone this repository:

      git clone git://github.com/workflo/wiki.git
    
  • Start app:

      cd wiki
      grails run-app
    
  • Open your browser and go to http://localhost:8080/wiki

About

Playing with Grails 2.2 -- A grails-based Wiki

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published