Standalone

circle-info

Make sure you have Google Cloud SDKarrow-up-right installed

Create a Service Account

gcloud iam service-accounts create ushaflow-core-ee

Grant dialogflow.reader and dialogflow.client roles to the Service Account

gcloud projects add-iam-policy-binding <your-project-id> --member serviceAccount:ushaflow-core-ee@<your-project-id>.iam.gserviceaccount.com --role roles/dialogflow.reader
gcloud projects add-iam-policy-binding <your-project-id> --member serviceAccount:ushaflow-core-ee@<your-project-id>.iam.gserviceaccount.com --role roles/dialogflow.client

Generate Service Account key

gcloud iam service-accounts keys create service_account.json --iam-account ushaflow-core-ee@<your-project-id>.iam.gserviceaccount.com

Download compressed (.gz) binary for your operating system from our S3 bucketarrow-up-right

circle-info

The bucket is using object versioning feature to retain older versions. You can access them using AWS CLIarrow-up-right

System requirements

  • 64-bit Linux, Mac or Windows (amd64)

  • 100 MB of Storage

  • 256 MB of RAM

wget https://core-ee-bin.s3.eu-central-1.amazonaws.com/ushaflow-core-ee-linux.gz

Uncompress the binary using gzip or 7-Zip on Windows

Make it executable

Set desired configuration options in .env file next to the executable or in a file specified in ENV

Execute the binary

Last updated