You will need a working playSMS to begin with, let us assumed below items are your installation facts:
- Your playSMS web files is in
/var/www/html/playsms
- Your playSMS database is
playsms
- Your playSMS database username/password is
root/password
Follow below steps in order:
-
Clone this repo to your playSMS server
cd ~ git clone https://github.com/antonraharja/jasmin-playsms.git cd jasmin-playsms ls -l
-
Copy gateway to playSMS
plugin/gateway/
cp -rR gateway/jasmin /var/www/html/playsms/plugin/gateway/
-
Insert
gateway/jasmin/db/install.sql
to playSMS databasemysql -uroot -p playsms < gateway/jasmin/db/install.sql
-
Restart
playsmsd
playsmsd restart playsmsd check