dima767 / grails-crowd
- Source
- Commits
- Network (10)
- Issues (1)
- Downloads (17)
- Wiki (1)
- Graphs
-
Tree:
0663f02
commit 0663f02526c35786dc1c20a0b08c115156bee9a3
tree 4bc19b26cc7e1b5e6a5c5783b51d1eeaf57bee99
parent 179063647ea59aedf66342432ae38cf15ba3e58c
tree 4bc19b26cc7e1b5e6a5c5783b51d1eeaf57bee99
parent 179063647ea59aedf66342432ae38cf15ba3e58c
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Gc.iml | ||
| |
README | ||
| |
application.properties | ||
| |
build.xml | Wed Aug 20 11:38:59 -0700 2008 | |
| |
changelog.txt | ||
| |
gc.ipr | ||
| |
grails-app/ | ||
| |
grailscrowd.launch | ||
| |
grailscrowd.tmproj | Tue Oct 07 15:08:14 -0700 2008 | |
| |
lib/ | ||
| |
scripts/ | ||
| |
src/ | ||
| |
web-app/ |
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/'

