Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.

Changes between Version 5 and Version 6 of Ticket #2306


Ignore:
Timestamp:
05/03/10 14:37:26 (14 years ago)
Author:
wmoore
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2306 – Description

    v5 v6  
    1515If you are planning to spend a significant amount of time developing scripts to run on an OMERO server, you may find it worthwhile to install an instance of the server on your own machine. This will give you to test scripts under 'user' or 'admin' privileges, and allow you direct access to the various files generated on the server by the scripting service.  
    1616 
    17 == Admins == 
     17== Admins - Official Scripts == 
    1818 
    19 It is assumed that scripts written by a server admin are "trusted" to run on the server without causing any disruption or security risks.  
     19It is assumed that scripts written by a server admin are "trusted" to run on the server without causing any disruption or security risks. Also, official scripts are available to all regular users of the server.  
     20 
    2021 * Write script 
    2122 * Make sure all required package imports are available on server 
     
    2324{{{ scriptService.uploadOfficialScript(scriptPath, scriptText) }}} 
    2425 
    25 OR  
    26 {{{ 
    27 dist will$ bin/omero -s localhost -u root script upload ../examples/ScriptingService/HelloWorld.py 
    28 }}} 
    2926 
    3027 * Run script (identify by path)   
     
    4340 * Upload script to server (path not unique) with  
    4441{{{ scriptService.uploadScript(scriptPath, scriptText) }}} 
    45 Returns ImageID.  
     42 
     43OR  
     44{{{ 
     45dist will$ bin/omero -s localhost -u root script upload ../examples/ScriptingService/HelloWorld.py 
     46}}} 
     47 
    4648 *  
    4749 * Run script (identified as most recent with specified path).  

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.13267 sec.)

We're Hiring!