Difference between revisions of "PYTHONAPP"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
==Karaoke app Deployment== | ==Karaoke app Deployment== | ||
# ssh into the server | |||
# verify what is installed | |||
apache2 -v | apache2 -v | ||
python3 --version | python3 --version | ||
Revision as of 17:01, 21 April 2026
Karaoke app Deployment
- ssh into the server
- verify what is installed
apache2 -v python3 --version mysql --version which certbot
pip install flask pymysql cryptography gunicorn DBUtils