Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 572 Bytes

INSTALL.md

File metadata and controls

29 lines (20 loc) · 572 Bytes

Installation

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

Follow below steps in order:

  1. Clone this repo to your playSMS server

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

    cp -rR web/plugin/gateway/mesabot /var/www/html/playsms/plugin/gateway/
    
  3. Restart playsmsd

    playsmsd restart
    playsmsd check