Usage

Ushahidi Platform USSD Service Usage.

Deployment

Build the Docker

docker build -t ussd_service .

Deploy to any container environment. Examples are:

You would also need to deploy Redis server or use a managed one.

Configure Environment Variables

You are required to have the following environment variables configured. If you're running on your local PC, use this guide on How to Set Environment Variables.

PLATFORM_API=https://ussd.api.ushahidi.io # Ushahidi deployment API URL
PLATFORM_EMAIL=admin@account.com # Ushahidi Admin Account Email
PLATFORM_PASSWORD=************* # Ushahidi Admin Account Password
REDIS_HOST=localhost # Redis Server Host
REDIS_PORT=6379 # Redis Server Port
DSN_CODE=https://***** # https://sentry.io Flask Integration Code (Optional)

Last updated