Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 838 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 838 Bytes

OMERO server database management plugin

Build Status

Manage the OMERO.server PostgreSQL database.

Usage

Set the OMERODIR environment variable to the location of OMERO.server.

To automagically setup or update the OMERO database run:

omero database justdoit

If you want more control see the full list of sub-commands:

omero database --help

Developer notes

Commits up to https://github.com/manics/omero-cli-database/tree/82937434850a3585dc2b4140e446092277dd9a6b were extracted from https://github.com/ome/omego/tree/v0.7.0 using git filter-branch.

This repository uses setuptools-scm so versions are automatically obtained from git tags.