Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Last active May 1, 2021 08:02
Show Gist options
  • Save LinuxlinkedBD/d7daf679324ae4da13179d83dc25c8d2 to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/d7daf679324ae4da13179d83dc25c8d2 to your computer and use it in GitHub Desktop.
playSMS installation with Kannel
If you need complete playSMS & kannel setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/mVAysTzcsjA
########################################################################################################################################
#!/bin/bash
sudo apt update
sudo apt-get upgrade -y
apt-get clean all
apt-get update
apt-get upgrade
sudo apt-get update && apt-get upgrade
sudo -i
adduser komodo
usermod -aG sudo komodo
su - komodo
sudo ufw status
sudo apt update
sudo apt -y install mc unzip
sudo apt update
sudo apt upgrade
sudo reboot
sudo mysqladmin create playsms
sudo mkdir -p /var/log/kannel /var/run/kannel /var/spool/kannel/store
sudo chown -R kannel /var/log/kannel /var/run/kannel /var/spool/kannel/store
@LinuxlinkedBD
Copy link
Author

Screenshot from 2021-04-30 21-52-28
Screenshot from 2021-04-30 21-52-40
Screenshot from 2021-04-30 23-48-22
Screenshot from 2021-05-01 00-28-02
Screenshot from 2021-04-30 02-17-05
Screenshot from 2021-04-30 02-17-06

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment