
   DEPLOYMENT
  ============

  
  + Require a Common LISP interpreter (sbcl or ecl)
  
  + Create a configuration file my-config.lisp
  
  + Add line to crontab : 
  
     */5 * * * * ( cd /reed-alert && ecl --shell my-config.lisp )
  
