File size: 203 Bytes
34a1cb8
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
sudo apt update
sudo apt install python3-pip -y
sudo apt install python3-venv -y
python3 -m venv venv
. venv/bin/activate
sudo apt install nginx -y
sudo systemctl start nginx
sudo systemctl enable nginx