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