Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.57 KB

File metadata and controls

56 lines (43 loc) · 1.57 KB
title Quickstart
description Get started with Ringee installation

Self-hosted installation options

Choose the best option for your use case:

Recommended for **production** — everything in one command Recommended for **developers** — full local setup

Other options

Run individual containers from the command line

Quick start with Docker Compose

If you just want to get Ringee running as fast as possible:

git clone https://github.com/ringee-io/ringee-app.git
cd ringee
cp .env.example .env   # Fill in your API keys
docker-compose -f docker-compose.app.yml up --build -d

Then open:

You **must** configure your API keys in the `.env` file before running. See the [Configuration Reference](/configuration/reference) for details on each variable.

Next steps

Learn about all environment variables Configure your telephony provider