Prior to playSMS installation the server must be prepared by installing playSMS required applications.
In this tutorial the preparation is done for Ubuntu with LAMP stack.
-
Upgrade
sudo apt-get update sudo apt-get upgrade
-
Install LAMP stack and some PHP extensions
sudo apt-get install apache2 libapache2-mod-php5 mysql-server php5 php5-cli php5-mysql php5-mcrypt php5-gd php5-imap php5-curl
-
Enable
mcrypt
extension manually:sudo php5enmod mcrypt
-
Restart
apache2
sudo service apache2 restart
-
Browser
http://localhost
and see if the web server is serving -
Download playSMS package from
https://sourceforge.net/projects/playsms/files/playsms/
and save it or upload it to the server