mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-02-03 00:23:09 -08:00
Maksim Usmanov | Maks
3acd228169
Fix for nginx exclude
There are some ways to fix this First put nginx at the beginig or modify this line software=$(echo "$software" | sed -e "s/^nginx//") Replacing it by this one: software=$(echo "$software" | sed -e "s/nginx//") Or by this: software=$(echo "$software" | sed -e "s/ nginx//")
Vesta Control Panel
- Vesta is an open source hosting control panel.
- Vesta has a clean and focused interface without the clutter.
- Vesta has the latest of very innovative technologies.
How to install (2 step)
Connect to your server as root via SSH
ssh root@your.server
Download the installation script, and run it:
curl http://vestacp.com/pub/vst-install.sh | bash
How to install (3 step)
If the above example does not work, try this 3 step method: Connect to your server as root via SSH
ssh root@your.server
Download the installation script:
curl -O http://vestacp.com/pub/vst-install.sh
Then run it:
bash vst-install.sh
License
Vesta is licensed under GPL v3 license
Languages
PHP
34.6%
Smarty
20.4%
Shell
16.5%
JavaScript
14.2%
HTML
12.3%
Other
1.9%