Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save LinuxFintech/1fbbf52153676baa3f9812a9e4f1d35e to your computer and use it in GitHub Desktop.

Select an option

Save LinuxFintech/1fbbf52153676baa3f9812a9e4f1d35e to your computer and use it in GitHub Desktop.
Bulk SMS Gateway Setup
If you need Bulk SMS Gateway Setup contact me:
Email: [email protected]
Telegram:LinuxFintech
Skype: https://join.skype.com/Xgxp7aNBOItS
Imo: +8801735917013
WhatsApp: +8801735917013
===========================================================================
------Bulk SMS Gateway Setup Using Jasmin SMS Gateway--------
sudo apt update && sudo apt-get upgrade --fix-missing
sudo apt install build-essential checkinstall
sudo apt install ubuntu-restricted-extras
sudo apt install software-properties-common
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update
sudo apt install launchpad-getkeys
sudo launchpad-getkeys
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git
sudo pip install -r requirements.pip
sudo ./manage.py migrate
sudo ./manage.py createsuperuser
sudo ./manage.py collectstatic
sudo touch local_settings.py
To save local_settings.py press Ctrl+x then press "y" and hit Enter
sudo chown root:root html
sudo service apache2 restart
sudo chown www-data:www-data html
cd html
sudo chown www-data:www-data db.sqlite3
sudo service apache2 reload
visit: 161.35.131.95
Enjoy Bulk SMS Gateway
#Bulk #Jasmin #Setup
@LinuxFintech
Copy link
Author

Screenshot from 2021-01-18 17-54-49
Screenshot from 2021-01-18 17-59-06
Uploading Screenshot from 2021-01-18 17-59-21.png…

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