• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.clients
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/tags/Shoola_3.0_M3/launch/INSTALL.txt

Revision 3567, 1.7 kB (checked in by jburel, 2 years ago)

initial commit: replaced INSTALL.java_client

  • Property svn:mime-type set to application/octet-stream
Line 
1 
2  Open Microscopy Environment - Install Notes (Java Client)
3  ---------------------------------------------------------
4
5  ________
6  Preamble
7
8  The client software requires a J2SE Java Runtime Environment (JRE) to
9  run (version 1.5). Note that the client doesn't use features of Java 1.5.
10  If you don't have one already, you can
11  download the J2SE JRE install bundle from:
12
13    http://java.sun.com/j2se/downloads/
14
15
16  NOTE
17  You don't need to download the whole J2SE SDK, just the JRE is enough.
18 
19
20  _________________
21  Install Procedure
22
23  Extract the downloaded bundle in any directory on your local file system.
24  After doing this, your directory should contain:
25
26    * A "config" directory.
27    * A "lib" directory.
28    * A "shoola.jar" file.
29    * A startup script for Windows, Unix and Mac OS X.
30    * A "LICENSE" file.
31    * This install file.
32
33  Locate the "container.xml" file within the "config" directory and edit this
34  file to specify the URL to the OMERO Data Server (OMERODS).  All you have to
35  do is to modify the content of the url tag within the following entry:
36
37    <structuredEntry name="/services/OMERODS" type="OMERODS">
38      <hostName>valewalker.openmicroscopy.org.uk</hostName>
39      <port>1099</port>
40    </structuredEntry>
41
42  You have to replace "valewalker.openmicroscopy.org.uk" with
43  the actual OMERODS URL in use at your site.
44 
45  If you're running on Unix or Mac OS X, make sure the provided startup script
46  is executable.
47
48
49  ____________________
50  Running The Software
51
52  Double-click on the startup script (for example "shoola_windows.bat") file
53  within the installation directory.  A splash screen will pop up.  Enter your
54  OME user name and password, then press the log in button.  Enjoy OME!
55
56 
57 
Note: See TracBrowser for help on using the browser.

Download in other formats:

  • Plain Text
  • Original Format

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/