Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Last active April 19, 2023 16:00
Show Gist options
  • Save LinuxlinkedBD/b4dc82544935c2faa4cd40cb312c8d04 to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/b4dc82544935c2faa4cd40cb312c8d04 to your computer and use it in GitHub Desktop.
Jasmin SMS gateway installation
If you need full SMS Gateway setup,contact with me:
Telegram: https://t.me/linuxlinked
email: [email protected]
WhatsApp: https://wa.me/8801720903155
Skype:live:.cid.c0dc316b9d727d5e
############################################################################################
# YouTube: https://www.youtube.com/watch?v=z5VW58Vfjjo
sudo apt update && sudo apt-get upgrade --fix-missing
sudo git config --global user.name "YourName"
sudo git config --global user.email [email protected]
wget -qO - http://bit.ly/jasmin-deb-repo | sudo bash
sudo apt-get install python-jasmin
sudo systemctl enable jasmind
sudo systemctl start jasmind
cd /var/www/
sudo git clone https://github.com/amechax/JasminWebPanel.git
sudo rm -rf html
sudo mv JasminWebPanel html
cd html
sudo apt install python-pip
sudo pip install -r requirements.pip
sudo ./manage.py migrate
sudo ./manage.py createsuperuser
sudo ./manage.py collectstatic
sudo python manage.py runserver [::]:8000
# visit http://localhost:8000/
#SMPP #SMPPServer #SMPPPanel #jasminsmpp
@npvchris
Copy link

Ola boa tarde nao consigo contato com vc por esses telefones

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