Installing Apidog Client
Windows, macOS, and Linux
.1. Installing the Client
Apidog.exe /S /allusers
2. Running the Client
BASE_URL
environment variable. Ensure the Server Base URL does not include a trailing '/'.3. Client Updates
3.1. Update Guidelines
If the Server version is
2.6.44-202501211049
, client versions 2.6.44
or earlier are compatible.Client versions later than
2.6.44
are incompatible with Server version 2.6.44-202501211049
and may cause application crashes due to missing server endpoints.3.2. Check for Updates
all platform client packages
and upload them to your designated storage location. The process depends on your container's storage configuration.File Storage Mode
Prerequisite: Object Storage Mode is disabled. STORAGE_DRIVER
is either not configured or set to the defaultSTORAGE_DRIVER='file'
.
1.
/usr/src/app/app/public/client-packages
directory. For example:
2.
client-apps.tar.gz
) in this mounted directory (e.g., $PWD/client-packages
in the example above).Object Storage Mode (S3)
Prerequisite: Object Storage is enabled, and the environment variable STORAGE_DRIVER='s3'
is set. Refer to the Environment Variables documentation for more information.
{STORAGE_BASE_PATH}/client-packages
directory. So Please place all client packages (including the YAML file, i.e., the entire extracted contents of client-apps.tar.gz
) in this directory.export STORAGE_DRIVER='s3'
export STORAGE_BASE_URL='https://api.example.com'
export STORAGE_BASE_PATH='/app'
https://api.example.com/app/client-packages/arm64-latest-mac.yml
. This file will be used to generate a pre-signed URL for https://api.example.com/app/client-packages/Apidog-ee-macOS-arm64-2.6.44.dmg
, allowing the client to automatically download and install the update.Modified at 2025-01-24 10:58:07