mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-01-24 11:43:02 -08:00
34 lines
734 B
Markdown
34 lines
734 B
Markdown
[Vesta Control Panel](http://vestacp.com/)
|
|
==================================================
|
|
|
|
* Vesta is the open source hosting control panel.
|
|
* Vesta is the clean and focused interface without the clutter.
|
|
* Vesta is the latest very innovative technologies.
|
|
|
|
|
|
How to install
|
|
----------------------------
|
|
Connect to your server as root via SSH
|
|
```bash
|
|
ssh root@your.server
|
|
```
|
|
|
|
Download installation script
|
|
```bash
|
|
curl -O http://vestacp.com/pub/vst-install.sh
|
|
```
|
|
or download it using wget
|
|
```bash
|
|
wget http://vestacp.com/pub/vst-install.sh
|
|
```
|
|
|
|
Run it
|
|
```bash
|
|
bash vst-install.sh
|
|
```
|
|
|
|
License
|
|
----------------------------
|
|
Vesta is licensed under [GPL v3 ](https://github.com/serghey-rodin/vesta/blob/master/LICENSE.txt) license
|
|
|