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

Context Navigation

  • Last Change
  • Annotate
  • Revision Log

root/branches/omero/README.txt

Revision 123, 1.0 kB (checked in by jmoore, 4 years ago)

Testing on mac with remote db/web


  • Stray tests deleted (thought 'em gone ages ago)
  • Updated HACKING.txt
  • Added log4j to README.txt
  • Fixed "help" goal of maven.xml
  • Added more descriptions for "maven -u"
  • Added server-tomcat goals (other server goals not yet working)
  • Moved server build.properties.example props to main build.props
  • Fixed miscellaneous dependencies (mostly groupId-->omero)
  • Fixed svn:ignore property settings

Line 
1
2-------------------------------------------------
3   OMERO - OME Read-Only Web App
4-------------------------------------------------
5
6OMERO provides a query server which can be deployed
7in various servlet servers (Tomcat, JBoss, etc.).
8It directly accesses the Postgres DB of an existing
9OME installation and returns OME Objects using
10the Hessian libraries from caucho.com.
11
12For information on installation and developing omero,
13please see the files under docs/ .
14
15The contents of this directory ("OMERO_HOME") are:
16
17 README.txt:   
18        this file
19
20 components:   
21        directory containing artifacts for the build
22
23 project.xml:   
24        a Maven Project Object Model (POM) defining the build
25
26 project.properties:
27        environment variables for the build (global)
28
29 build.properties:
30        environment variables for a single user/installation
31
32 log4j.properties:
33        logging configuration for all components
34
35 docs:
36        documentation including ...
37
38 lib:
39        libraries necessary for build including maven itself.
40
41TODO: LICENCES.
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/