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

Context Navigation

  • ← Previous Ticket
  • Next Ticket →

Ticket #741 (closed task: duplicate)

Opened 17 months ago

Last modified 14 months ago

local.properties update

Reported by: callan Owned by: jmoore
Priority: minor Milestone: 3.0-Beta3
Component: General Version:
Keywords: Cc:

Description

The default local.properties file should be updated to match the following:

#
# Default OMERO local.properties file for distribution. Please see:
#
#  http://trac.openmicroscopy.org.uk/omero/wiki/OmeroInstall
#  http://trac.openmicroscopy.org.uk/omero/wiki/OmeroAndPostgres
#
# ________________________________
# Chris Allan <callan@blackcat.ca>
#

# ********
# ******** USER CONFIGURABLE OPTIONS
# ********

# OMERO "root" user's default password. Will be used for "setup-db".
omero.rootpass=omero

# OMERO server's database connection username. This should match up 
# with whatever you have set the database username.
hibernate.connection.username=omero

# OMERO server's database connection password. This should match up 
# with whatever you have set the database password.
hibernate.connection.password=omero

# OMERO server's database connection URL. This should match up with 
# "database.host" and "database.name" below.
hibernate.connection.url=jdbc\:postgresql\://localhost/omero3

# Database server hostname.
database.host=localhost

# Database instance name.
database.name=omero3

# ********
# ******** SYSTEM OPTIONS (DO NOT MODIFY UNLESS INSTRUCTED)
# ********

# JBoss server's hostname. It is unlikely this is something you will
# need to change.
server.host=localhost

# JBoss server's port. It is unlikely this is something you will
# need to change.you will want to change.
server.port=1099

# OMERO testing framework's default user. Unless you are performing
# tests as a developer you will not need to change this.
omero.user=omero

# OMERO testing framework's default password. Unless you are 
# performing tests as a developer you will not need to change this.
omero.pass=omero

# OMERO database profile. Do not change this.
omero.db.profile=psql

# Java compiler options.
javac.source=1.5
javac.target=1.5
javac.debug=on
javac.debuglevel=lines,vars,source

# PostgreSQL profile setup. Do not change these.
hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
hibernate.connection.driver_class=org.postgresql.Driver

Change History

Changed 14 months ago by jmoore

  • status changed from new to closed
  • resolution set to duplicate

Subsumed by #800

Note: See TracTickets for help on using tickets.

Download in other formats:

  • Comma-delimited Text
  • Tab-delimited Text
  • RSS Feed

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

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