Install Apache
sudo apt-get install apache2
Uninstall
sudo apt-get --purge remove apache2
sudo apt-get remove apache2-common
Install curl in debian linux
$sudo apt install curl
OR
$sudo apt-get install curl
How to install Vesta Control panel
1. Connect to your server as root via SSH
ssh root@your.server-name
2. Download installation script
curl -O http://vestacp.com/pub/vst-install.sh
sudo apt-get install apache2
Uninstall
sudo apt-get --purge remove apache2
sudo apt-get remove apache2-common
Install curl in debian linux
$sudo apt install curl
OR
$sudo apt-get install curl
How to install Vesta Control panel
1. Connect to your server as root via SSH
ssh root@your.server-name
2. Download installation script
curl -O http://vestacp.com/pub/vst-install.sh
3. Run it
bash vst-install.sh
No comments:
Post a Comment