Skip to content
tgrall edited this page Jan 30, 2012 · 3 revisions

This small eXo Platform extension is a simple Cron Job that send email to the Space Managers, when spaced has "Pending Users".

How to install ?

  1. Download the file from https://github.com/downloads/tgrall/exo-social-notifications/social.notification.service-1.0.jar
  2. Copy it in your environment, if you are working on Tomcat, just copy it into $TOMCAT_HOME/lib
  3. Edit the $TOMCAT_HOME/gatein/conf/configuration.properties
  4. Add the entry exo.global.url=http://[yourhostname]:[yourport] This will be used to create proper URLs in emails
  5. Optionally add the extension.social.space.notification.job=[cron] to override the execution time (default is 7:30 am everyday)

Enjoy !

Clone this wiki locally