GrailsCrowd aims to bring social directory of the people involved with Grails in any way shape or form to the Web.
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…