You will need an installed and working playSMS, and assumed your playSMS is installed with these setups:
- Your playSMS web files is in
/var/www/html/playsms
- Your playSMS database is
playsms
- Your playSMS database username is
root
- You access the database, you know the password
Follow below steps in order:
-
Clone this repo to your playSMS server
cd ~ git clone https://github.com/playsms/plugin-easysendsms.git cd plugin-easysendsms
-
Copy gateway to playSMS
plugin/gateway/
cp -rR web/plugin/gateway/easysendsms /var/www/html/playsms/plugin/gateway/
-
Insert
web/plugin/gateway/easysendsms/db/install.sql
to playSMS databasemysql -uroot -p playsms < web/plugin/gateway/easysendsms/db/install.sql
-
Restart
playsmsd
playsmsd restart playsmsd check