Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • download the group setup files from USERNAME@svn.mit.edu/zest/thalia/ime/Trunk/thalia-utils/scripts/setupgroups and setupgroups onto the alfresco server (isda-thalia6) and run the install.pl file. It will stop alfresco, copy all the configuration files and webscripts to its proper location and restart alfresco. After this is done, you should be able to go to type in http://mv.ezproxy.com.ezproxyberklee.flo.org/alfresco/service/groups/test and it should list all the groups in the test domain (it should be an empty list). 
  • To set up the automatic group syncronization with moira
    • 1. the install.pl script puts the synchronization script thaliasync.pl in /home/thalia on the alfresco server and sets the permission to 744
    • 2. install the perl log4perl module by doing:perl -MCPAN -e "install Log::Log4perl"
    • 3. run the script once to make sure that it runs and check the log file /home/thaliasync.log
    • 4. schedule it in the crontab
      0 * * * * /home/thalia/scripts/thaliasync.pl 
      It will run every hour