Create new partner

Instructions about how to setup a new partner from the command line.

In order to create a new partner, you have to execute the following command from the terminal (inside the venuzle-manager-api directory:

sudo docker-compose run --rm -w /var/www/html/venuzle-manager-api app php artisan partner:create

The command will prompt you for the following:

  • Partner name: a name to recognize the partner, eg. Venuzle GmbH

  • Partner code: a code to recognize the partner. It should have the format country-code_city_partner-name , eg. at_graz_venuzle

  • Partner URL: used in the widget, eg. venuzle

  • Database host: the host of the database that will be created for the partner. On production, a different database host will be used. On development, the host of the machine should be used (host.docker.internal if macOS)

  • Database user: the user of the database

  • Database password: the password of the database

Last updated

Was this helpful?