Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 875 Bytes

INSTALL.md

File metadata and controls

37 lines (26 loc) · 875 Bytes

Installation

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:

  1. Clone this repo to your playSMS server

    cd ~
    git clone https://github.com/playsms/plugin-easysendsms.git
    cd plugin-easysendsms
    
  2. Copy gateway to playSMS plugin/gateway/

    cp -rR web/plugin/gateway/easysendsms /var/www/html/playsms/plugin/gateway/
    
  3. Insert web/plugin/gateway/easysendsms/db/install.sql to playSMS database

    mysql -uroot -p playsms < web/plugin/gateway/easysendsms/db/install.sql
    
  4. Restart playsmsd

    playsmsd restart
    playsmsd check