public
Description: Friendly community site for Grails developers Worldwide
Homepage: http://grailscrowd.com
Clone URL: git://github.com/dima767/grails-crowd.git
grails-crowd / README.textile
100644 24 lines (14 sloc) 0.762 kb

The mission

GrailsCrowd aims to bring social directory of the people involved with Grails in any way shape or form to the Web.

How to checkout and be up and running in the dev mode

After fresh checkout from VCS, run the following command:

‘grails upgrade’

Optionally if you want to upgrade any of the installed plugins to different versions, run the following commands:

‘grails install-plugin feeds’
‘grails install-plugin modalbox’
‘grails install-plugin richui’
‘grails install-plugin avatar’
‘grails install-plugin mail’

Also change the email related settings in grails-app/conf/Config.groovy

Don’t forget to peek into grails-app/conf/DataSource.groovy for the database configuration details.

Happy hacking…