Last active
January 18, 2021 11:59
-
-
Save LinuxFintech/1fbbf52153676baa3f9812a9e4f1d35e to your computer and use it in GitHub Desktop.
Bulk SMS Gateway Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Author
LinuxFintech
commented
Jan 18, 2021


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