Skip to main content

Deploying Connect

The Connect core consists of two parts/monorepo packages:

  • The Connect module, which is responsible for the core functionality of the Connect system.
  • The Connect installer

The Connect installer is responsible for packaging and creating an executable installer out of the Connect module.

To augment the Connect core, fork off the ftrack Integrations monorepo as appropriate:

https://github.com/ftrackhq/integrations.git

Building

To build Connect, follow the instructions given in the README within the Integrations monorepo:

apps/connect/README.md

To build Connect installer, follow the instructions given in the README within the Integrations monorepo:

installers/connect/README.md