Installation#
-
Go to manage organisation
-
Go to vehicle page
-
Create a new vehicle by clicking in “Add Vehicle” button:
- Fill mandatory parameters, including “integration type”: Youibot
- Go to fleet setup and create a new one selecting the recently created one. New pin will be generated.
Note: Meili CLI is the command-line utility tool for managing secrets, system setups, and map synchronisation with the server. For more info click here.
-
Request Access token for the specific integration to Meili.
-
In your terminal: Export necessary env variables (access token provided by Meili and directory path where you want to download the integration SW) :
export ACCESS_TOKEN=<access_token_value_provided_by_meili>
export PACKAGE_PATH=<path_where_integrations_repository_will_be_downloaded>- Authenticate and download integration repo using previously generated PIN
./meili-cli init -pin AAAAA
./meili-cli setupWhen running setup command, it will ask to insert Username and Password. As this fields are not used in this integration, you can press enter in both of them:
- Now the integration SW is downloaded in the directory that you specify using PACKAGE_PATH env variable.