[MOBY-guts] biomoby commit
Eddie Kawas
kawas at dev.open-bio.org
Wed Dec 12 14:01:22 UTC 2007
kawas
Wed Dec 12 09:01:22 EST 2007
Update of /home/repository/moby/moby-live/Docs/MOBY-S_API
In directory dev.open-bio.org:/tmp/cvs-serv18946/Docs/MOBY-S_API
Modified Files:
RegistryScripts.html
Log Message:
moby-live/Docs/MOBY-S_API RegistryScripts.html,1.3,1.4
===================================================================
RCS file: /home/repository/moby/moby-live/Docs/MOBY-S_API/RegistryScripts.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- /home/repository/moby/moby-live/Docs/MOBY-S_API/RegistryScripts.html 2007/12/04 18:00:47 1.3
+++ /home/repository/moby/moby-live/Docs/MOBY-S_API/RegistryScripts.html 2007/12/12 14:01:22 1.4
@@ -386,7 +386,15 @@
<p class="subtitle"><a name="stester"></a>Configuring the Service Tester</p>
<p>To set up the service tester <i>(service_tester.pl)</i>, you will have to do 2 things. </p>
<ol>
- <li>Add the script <a href="http://en.wikipedia.org/wiki/Crontab" target="_blank">to a cron job</a> to execute at time intervals >= 1 hour. </li>
+ <li>Add the script <a href="http://en.wikipedia.org/wiki/Crontab" target="_blank">to a cron job</a> to execute at time intervals >= 1 hour.<br>
+ </li>
+ </ol>
+ <blockquote>
+ <p class="update">Note: When setting up the cron job, make sure that MOBY_CENTRAL_CONFIG is visible in the cron's environment. One way of doing this is to do something like the following:<br>
+ <pre class="code"> * * * * * /bin/su - root -c /path/to/your/service_tester.pl</pre>
+ </p>
+ <span> Of course, you will need to modify the timing of the job, i.e. the <font color="#0000FF"><strong>* * * * *</strong></font> bit!</span></blockquote>
+ <ol>
<li>Modify script specific variables (although, the default values should be fine)</li>
</ol>
<p>The user configurable variables for the service tester are listed below with their descriptions. To modify them, open up the file service_tester.pl and change the values to those values you wish to have.</p>
More information about the MOBY-guts
mailing list