PYTHONAPP
Jump to navigation
Jump to search
Karaoke app Deployment
1 Prerequisite Check
- ssh into the server
- verify what is installed
apache2 -v python3 --version mysql --version which certbot
- if certbot isn't installed
sudo apt update sudo apt install certbot python3-certbot-apache -y
pip install flask pymysql cryptography gunicorn DBUtils