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 Wed Nov 18 08:26:27 -0800 2009 Upgraded to Grails 1.2-M4 [dima767]
file Gc.iml Wed Oct 08 03:58:54 -0700 2008 Merge branch 'master' of git://github.com/dima7... [AP]
file README.textile Sat Jun 20 03:37:09 -0700 2009 Added <code></code> formatting [dima767]
file application.properties Wed Nov 18 08:26:27 -0800 2009 Upgraded to Grails 1.2-M4 [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.iml Wed Nov 18 08:26:27 -0800 2009 Upgraded to Grails 1.2-M4 [dima767]
file grailscrowd.ipr Wed Nov 18 08:26:27 -0800 2009 Upgraded to Grails 1.2-M4 [dima767]
file grailscrowd.launch Wed Nov 18 08:26:27 -0800 2009 Upgraded to Grails 1.2-M4 [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 Sun May 24 09:12:53 -0700 2009 Initial upgrade to Grails 1.1.1 [dima767]
directory lib/ Mon Jun 01 08:29:48 -0700 2009 closing http://github.com/dima767/grails-crowd/... [dima767]
directory src/ Wed Jun 10 03:55:36 -0700 2009 Installed fresh Grails 1.1.1 templates [dima767]
directory test/ Wed Sep 24 08:22:07 -0700 2008 Search feature WIP... [dima767]
directory web-app/ Sat Jun 13 11:37:23 -0700 2009 added facebook profile (issue#5) [dima767]
README.textile

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…