Preparing the GCP project for the install

As an administrator of the Google project, you must first execute the following steps before deploying the application from the marketplace.

  • Enable the required services

  • Create the service account for the application

We provide a script that can set up the project from the Google Cloud console command line. You can download the script and see what it does and also can execute it directly as:

gsutil cp gs://trillo-public/fm/trillort-preinstall.sh . && chmod +x ./trillort-preinstall.sh && ./trillort-preinstall.sh

The complete operation is shown below.

Last updated