Last active
March 7, 2021 17:15
-
-
Save LinauxTerminology/d4da596759e3d1bf9fc5a070335ec857 to your computer and use it in GitHub Desktop.
I Will Do Jasmin SMS Gateway
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 with me: | |
Email: [email protected] | |
Skype: https://join.skype.com/VOgbAxZNCAFi | |
Telegram:https://t.me/LinauxTerminology | |
WhatsApp: +8801408694088 | |
Imo: +8801408694088 | |
twiteer:https://twitter.com/LinauxTerminoal | |
facebook:https://www.facebook.com/LinauxTerminology | |
bip:01314582960 | |
instagram:[email protected] | |
# Technology Stack | |
- Ubuntu 20.04 LTS | |
- python3 (>= 3.7), python3-pip | |
- Django | |
- Apache | |
- SQlite | |
- Git | |
- Source | |
***1st Phase*** | |
sudo apt update && sudo apt-get upgrade --fix-missing | |
sudo apt install build-essential checkinstall | |
sudo apt install ubuntu-restricted-extras | |
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 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 apt-get update | |
sudo apt-get install debian-archive-keyring | |
sudo apt-get install curl gnupg apt-transport-https | |
sudo curl -L https://packagecloud.io/jookies/python-jasmin/gpgkey | sudo apt-key add - | |
sudo curl -s https://packagecloud.io/install/repositories/jookies/python-jasmin/script.deb.sh | sudo bash | |
sudo apt-get update | |
sudo apt-get python-jasmin | |
sudo systemctl enable jasmind | |
sudo systemctl start jasmind | |
sudo apt list --upgradable | |
sudo apt upgrade -y | |
sudo apt -y autoclean | |
sudo apt -y clean | |
sudo apt update | |
***2nd Phase*** | |
Install Apache+clone repository to /var/www/: | |
sudo apt-get install apache2 libapache2-mod-wsgi | |
sudo ufw allow 'Apache' | |
sudo systemctl enable apache2 | |
sudo systemctl restart apache2 | |
sudo systemctl reload apache2 | |
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 | |
```shell | |
TELNET_HOST = '127.0.0.1' | |
TELNET_PORT = 8990 | |
TELNET_USERNAME = 'root' | |
TELNET_PW = 'password' | |
``` | |
To save local_settings.py press Ctrl+x then press "y" and hit Enter | |
sudo python manage.py runserver [::]:8000 | |
#sms #bulk #jasmin | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment