Skip to content

Krops/Sympa_weekly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

  1. Install dependencies for python-postgres connection install PyGreSQL:

    sudo yum install PyGreSQL

or

sudo aptitude install python-pygresql

or

sudo pip install PyGreSQL
  1. Configure RDK Mailing weekly subscription digest (send_weekly_reborn.py) Before use change default args field for connection to DB and ldap:

    python2.7 send_weekly_reborn.py -h

  2. Than copy send_weekly.py to crone script location.

    sudo chmod +x send_weekly_reborn.py

    crontab -e

(press 'i' for insert) and insert:

0 23 * * 0 /location/send_weekly.py

(save in vi Esc + :wq) Show cron changes:

cronetab -l

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages