Changes between Version 11 and Version 12 of SystemAdministration/Hosts/idp1-clarin.esc.rzg.mpg.de


Ignore:
Timestamp:
01/19/16 10:31:42 (8 years ago)
Author:
Willem Elbers
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SystemAdministration/Hosts/idp1-clarin.esc.rzg.mpg.de

    v11 v12  
    1212
    1313== Setup ==
     14
     15=== Discovery service ===
    1416
    1517Pull images from the repository:
     
    5052}}}
    5153
     54=== Crontab ===
     55
     56{{{
     57SHELL=/bin/bash
     58PATH=/sbin:/bin:/usr/sbin:/usr/bin
     59MAILTO=root
     60
     61# For details see man 4 crontabs
     62
     63# Example of job definition:
     64# .---------------- minute (0 - 59)
     65# |  .------------- hour (0 - 23)
     66# |  |  .---------- day of month (1 - 31)
     67# |  |  |  .------- month (1 - 12) OR jan,feb,mar,apr ...
     68# |  |  |  |  .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
     69# |  |  |  |  |
     70# *  *  *  *  * user-name  command to be executed
     71*/15 * * * * root docker run -i --rm --volumes-from aai-discovery-data --link aai-discovery:sma docker.clarin.eu/aai-md-conversion:1.0.0
     72}}}
     73
    5274== IDP v3.2 ==
    5375