Skip to content

Instantly share code, notes, and snippets.

@LinuxlinkedBD
Created December 22, 2020 15:41
Show Gist options
  • Save LinuxlinkedBD/a1947f38882e360255cf9444ed0c96a5 to your computer and use it in GitHub Desktop.
Save LinuxlinkedBD/a1947f38882e360255cf9444ed0c96a5 to your computer and use it in GitHub Desktop.
RapidSMS installation
If you need complete RapidSMS setup, ping me on below contacts:
Telegram: linuxlinked
email: [email protected]
WhatsApp: +8801720903155
Skype:live:.cid.c0dc316b9d727d5e
YouTube: https://youtu.be/9tTcmx4GC40
########################################################################################################################################
sudo apt-get install python3
python3 -V
sudo apt-get install python3-pip
pip3 -V
cd /var/www/html
git clone https://github.com/rapidsms/rapidsms.git
django-admin startproject django_app
#Open your web browser and access the RapidSMS with your server IP/localhost/0.0.0.0 on port 8000
http://localhost:8000/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment