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 1 and Version 2 of Ticket #2306


Ignore:
Timestamp:
05/01/10 22:36:37 (14 years ago)
Author:
wmoore
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2306 – Description

    v1 v2  
    44== Intro == 
    55 
    6 If 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 admin privileges, and allow you direct access to the various files generated on the server by the scripting service.  
     6If 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.  
    77 
    88== Admins == 
     
    1010It is assumed that scripts written by a server admin are "trusted" to run on the server without causing any disruption or security risks.  
    1111 * Write script 
    12  * Upload script  
     12 * Make sure all required package imports are available on server 
     13 * Upload as 'official' script (unique path) 
     14 * Run script (identify by path) 
     15 * If necessary, check recent files under /OMERO/Files/ for any std-out or std-err output generated by the script. 
     16  
     17 
     18== Users == 
     19If you are using a server for which you do not have admin access, you must upload scripts as 'user' scripts, which are not trusted to run on the server machine. The OMERO scripting service will still execute these scripts in a similar manner to official 'trusted' scripts but 'behind the scenes' it uses the client machine to execute the script. This means that any package imports required by the script should be available on the client machine. 
     20 
     21 * Write script 
     22 * Upload script to server (path not unique) 
     23 * Run script (identified as most recent with specified path) 
     24 * Check returned results for std-err (and std-out) 
     25 * Retrieve any std-err and std-out files from the server 
     26 

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

We're Hiring!