RapidPro is an interactive SMS builder which offers an intuitive UI for working with SMS workflows involving crafting, sending, receiving and processing SMS'es.
It's stack is composed of various services which need to be started separately and this can be challenging when trying to self host or running it locally on your machine.
This project simplifies the process by consolidating it's main services to a single configuration file easily started by a single command.
To start you will need build and run the servers as follows;
-
Install git, docker, docker compose and confirm that docker is running.
-
Clone the project.
git clone https://github.com/ngendah/rapidpro-compose.git
-
Change your active directory to the cloned directory.
-
Build the images and start compose.
docker compose up --build
- Once running you can access Rapidpro from your browser.
https://localhost
e.g https://localhost
Because the server is using a self-signed SSL/TLS certificate, the browser will issue a warning. Ignore the warning and continue. e.g on Firefox, click on
advanced
button and accept.
- Install git, docker, docker compose and confirm that docker is running.
While installing git configure it's line-endings conversion to use unix-style line endings.
-
Start the
git-bash console
installed on the desktop. -
Clone the project.
git clone https://github.com/ngendah/rapidpro-compose.git
- Change your active directory to the cloned directory.
cd rapidpro
- Build the images.
docker compose build
- Start the composer
docker compose up
- Once running you can access Rapidpro from your browser.
https://localhost
e.g https://localhost
Because the server is using a self-signed SSL/TLS certificate, the browser will issue a warning, ignore the warning and continue. e.g on Firefox, click on
advanced
button and accept.
-
The stack environment variables are available on the file
rapidpro.env
. -
To add elastic search visit the official guide here
-
RapidPro development guides are available here.
-
RapidPro project.
-
Praekelt.org for the initial docker base images for mailroom and courier.