Install Required Softwares
- sudo apt-get install apache2
- sudo apt-get install python
- sudo apt-get install python-pip
- sudo apt-get install python-flask
- sudo apt-get install libapache2-mod-wsgi
Create Flask app: (Execute command as per in the order)
- sudo mkdir /var/www/anbu
- cd /var/www/anbu
- sudo wget https://goo.gl/wTUSzq -O __init__.py
- cd ..
- sudo wget https://goo.gl/0jr0gm -O app.wsgi
- cd /etc/apache2/sites-available
- sudo wget https://goo.gl/F0hBtA -O app.conf
- sudo a2ensite app.conf
- sudo service apache2 restart
- lets check your domain
Watch the Tutorial for explanation
Tutorial Video :
Coming soon