Welcome to a whole new world... This one is for Africa.
docker-playsms
==============
Item | Info
--------------- | ---------------
Project update | 160718
Project version | 1.6
playSMS version | 1.4
This project is playSMS docker image project - and we have now added the Africa's Talking gateway and dockerized the app.
Thanks to Anton Raharja
To get the africastalking smsc working, sign up and get your API key from here:.
playSMS is a free and open source SMS management software. A flexible Web-based mobile portal system that it can be made to fit to various services such as an SMS gateway, bulk SMS provider, personal messaging system, corporate and group communication tools.
Visit playSMS website for more information.
Build
-----
To build the image `yourname/playsms`, execute the following command on the `docker-playsms` folder:
docker build -t yourname/playsms .
Push your new image to the docker hub:
docker push yourname/playsms
Install
-------
Pull/download the image from docker hub:
docker pull grahamingokho/playsmsafricastalking
Run this for installation, just the first time:
docker run -d -p 2222:22 -p 80:80 grahamingokho/playsmsafricastalking
Get ` ` of your image:
docker ps -l
Follow logs:
docker logs -f
Once `sshd` runs, change the default shell or SSH root password:
ssh -p 2222 root@localhost
passwd root
Change the password to your own secure password. The default shell or SSH root password is `changemeplease`
Usage
-----
Start your container:
docker start
Stop your container:
docker stop
Running command inside the container:
docker exec
Example of running command `playsmsd check` on `CONTAINER_ID` `dce34421e079`:
docker exec dce34421e079 playsmsd check
Maintainer
----------
- Anton Raharja
References
----------
-
docs.africastalking.com
-
africastalking.com
-
github.com
-
github.com