Intermine Compose

Compose component

Installation

To install compose , run this command in your terminal at the root of this project:

$ poetry install

Usage

compose usage looks like:

$ compose [Command] [Flags]

Commands

run

Runs the backend server in debug mode.

Warning

Do not use this in prodcution.

db [Command] [Flags]

Runs database management related operations.

Commands

init

Initializes the database.

destroy

Drops all the database tables.

reset

Drops all the database tables and then recreates them.

Flags

--help

Display a short usage message and exit.