Skip to content

panto-ctl init

Charles Francoise requested to merge feature/177-panto-ctl-init into develop

Adds init command to panto-ctl.

Initializes the following:

  • Creates a data directory for panto
  • Creates a database inside data dir
  • Performs all migrations on the database
  • Creates a client, an organization and an apikey
  • Configures server settings
  • Writes configuration file to disk

Closes #188 (closed)

Merge request reports