Difference between revisions of "SUNScholar/Daily Admin"
Jump to navigation
Jump to search
| Line 13: | Line 13: | ||
MAILTO="%myemail@my.edu.ac.za%" | MAILTO="%myemail@my.edu.ac.za%" | ||
| − | @ | + | @daily /home/dspace/bin/dspace itemcounter |
| − | @ | + | @daily /home/dspace/bin/dspace stats-util -f -i |
@weekly /home/dspace/bin/dspace checker -d2h -p | @weekly /home/dspace/bin/dspace checker -d2h -p | ||
| + | @weekly /home/dspace/bin/dspace update-discovery-index | ||
@monthly /home/dspace/bin/dspace cleanup | @monthly /home/dspace/bin/dspace cleanup | ||
| Line 24: | Line 25: | ||
0 1 * * * /home/dspace/bin/dspace sub-daily | 0 1 * * * /home/dspace/bin/dspace sub-daily | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
# Run the media filter | # Run the media filter | ||
0 2 * * * /home/dspace/bin/dspace filter-media | 0 2 * * * /home/dspace/bin/dspace filter-media | ||
| Line 42: | Line 35: | ||
</pre> | </pre> | ||
'''Replace %myemail@my.edu.ac.za% with the email address of the person to receive admin email.''' | '''Replace %myemail@my.edu.ac.za% with the email address of the person to receive admin email.''' | ||
| + | |||
=Help= | =Help= | ||
* http://www.dspace.org/1_6_2Documentation/ch03.html#N10A98 | * http://www.dspace.org/1_6_2Documentation/ch03.html#N10A98 | ||
Revision as of 12:05, 2 December 2011
This procedure assumes that you have used the three step process to install DSpace.
Login
Login in as the DSpace user.
Crontab
Edit the crontab, by typing the following in a terminal:
crontab -e
Add the following lines:
# m h dom mon dow command MAILTO="%myemail@my.edu.ac.za%" @daily /home/dspace/bin/dspace itemcounter @daily /home/dspace/bin/dspace stats-util -f -i @weekly /home/dspace/bin/dspace checker -d2h -p @weekly /home/dspace/bin/dspace update-discovery-index @monthly /home/dspace/bin/dspace cleanup # Check for lifted embargos 10 0 * * * /home/dspace/bin/dspace embargo-lifter -l # Send out subscription e-mails 0 1 * * * /home/dspace/bin/dspace sub-daily # Run the media filter 0 2 * * * /home/dspace/bin/dspace filter-media # Index items 0 3 * * * /home/dspace/bin/dspace index-update # Generate sitemaps 0 6 * * * /home/dspace/bin/dspace generate-sitemaps
Replace %myemail@my.edu.ac.za% with the email address of the person to receive admin email.
Help
- http://www.dspace.org/1_6_2Documentation/ch03.html#N10A98
- http://adminschoice.com/crontab-quick-reference
- http://dspace.2283337.n4.nabble.com/DSpace-1-7-and-cron-tasks-td3389488.html
Back to IR Help