~libravatar/libravatar/master

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Francois Marier
  • Date: 2011-04-10 04:11:35 UTC
  • mfrom: (392.1.7)
  • Revision ID: git-v1:15693968875bc8e66c780be13037e2474659e900
Merge account export functionality

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
  changephoto: must run as root
105
105
  deletephoto: must run as root
106
106
  resizeavatar: must run as root
 
107
  exportaccount: must run as root
107
108
 
108
109
There are python scripts under libravatar/ for all of these functions and
109
110
workers can be setup like this:
116
117
 
117
118
You should have a daily cron job which does the following:
118
119
 
119
 
- delete old sessions
 
120
- delete old sessions and exports
120
121
- delete old uploaded (i.e. non-cropped) files
121
122
 
122
123
Have a look in debian/libravatar-www.cron.daily for an example.