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