dima767 / grails-crowd

Friendly community site for Grails developers Worldwide

This URL has Read+Write access

dima767 (author)
Wed Aug 27 02:39:53 -0700 2008
commit  0663f02526c35786dc1c20a0b08c115156bee9a3
tree    4bc19b26cc7e1b5e6a5c5783b51d1eeaf57bee99
parent  179063647ea59aedf66342432ae38cf15ba3e58c
README
This project requires the following plugins which are not checked in into VCS:

- Modalbox plugin
- RichUI plugin
- Feeds plugin
- Avatar plugin (0.1 currently)

After fresh checkout from VCS, run the following commands to install the above mentioned plugins:

'grails upgrade'
'grails install-plugin modalbox'
'grails install-plugin richui'
'grails install-plugin http://avatargrailsplugin.googlecode.com/files/grails-avatar-plugin-0.1.zip'

=== Modalbox plugin notes
If the current installed version of Modalbox plugin is 0.2, after installing it, replace the  ModalboxTagLib.groovy with 
the modified version from src/etc, as the original 0.2 version of this taglib has few bugs:

'cp src/etc/ModalboxTagLib.groovy plugins/modalbox-0.2/grails-app/taglib/'

=== Avatar plugin notes
If the current installed version of Avatar plugin is 0.1, after installing it, replace the AvatarTagLib.groovy with the 
modified version from src/etc, as the original 0.1 version of this taglib lacks some features which Grails Crowd uses

'cp src/etc/AvatarTagLib.groovy plugins/avatar-plugin-0.1/grails-app/taglib/'