Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1 KB

usage.md

File metadata and controls

35 lines (24 loc) · 1 KB
description
Ushahidi Platform USSD Service Usage.

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
[email protected] # 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)