public
Description: Friendly community site for Grails developers Worldwide
Homepage: http://grailscrowd.com
Clone URL: git://github.com/dima767/grails-crowd.git
name age message
file .gitignore Thu Sep 18 07:37:26 -0700 2008 Added HSQL db files to gitignore [dima767]
file Gc.iml Loading commit data...
file README.textile Sat Jun 20 03:37:09 -0700 2009 Added <code></code> formatting [dima767]
file application.properties Sat Jun 20 03:17:18 -0700 2009 Fresh installed plugins versions [dima767]
file build.xml Wed Aug 20 11:38:59 -0700 2008 Initial commit into git repository. Grails Crow... [dima767]
file changelog.txt Sat Jun 13 11:44:32 -0700 2009 Closing http://github.com/dima767/grails-crowd/... [dima767]
file gc.ipr Tue Oct 07 15:08:14 -0700 2008 Initial checkin with hibernate jmx config [AP]
directory grails-app/ Sat Jun 20 10:34:31 -0700 2009 Added isDirect() to the Message and message.gsp... [dima767]
file grailscrowd-test.launch Sun May 24 09:12:53 -0700 2009 Initial upgrade to Grails 1.1.1 [dima767]
file grailscrowd.launch Sun May 24 09:12:53 -0700 2009 Initial upgrade to Grails 1.1.1 [dima767]
file grailscrowd.tmproj Tue Oct 07 15:08:14 -0700 2008 Initial checkin with hibernate jmx config [AP]
file ivy.xml Sun May 24 09:12:53 -0700 2009 Initial upgrade to Grails 1.1.1 [dima767]
file ivysettings.xml
directory lib/
directory src/ Wed Jun 10 03:55:36 -0700 2009 Installed fresh Grails 1.1.1 templates [dima767]
directory test/
directory web-app/ Sat Jun 13 11:37:23 -0700 2009 added facebook profile (issue#5) [dima767]

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…