2012-11-27 15:43:42 +02:00
|
|
|
[Vesta Control Panel](http://vestacp.com/)
|
|
|
|
|
==================================================
|
|
|
|
|
|
2013-06-13 11:14:58 +07:00
|
|
|
* 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.
|
2012-11-27 15:43:42 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
How to install
|
|
|
|
|
----------------------------
|
2012-11-30 17:45:41 +02:00
|
|
|
Connect to your server as root via SSH
|
2012-11-27 15:43:42 +02:00
|
|
|
```bash
|
|
|
|
|
ssh root@your.server
|
2012-11-27 15:44:38 +02:00
|
|
|
```
|
2012-11-27 15:43:42 +02:00
|
|
|
|
2015-08-04 15:22:06 +01:00
|
|
|
Download the installation script, and run it:
|
2012-11-30 17:45:41 +02:00
|
|
|
```bash
|
2015-08-04 15:22:06 +01:00
|
|
|
curl http://vestacp.com/pub/vst-install.sh | bash
|
2012-11-30 17:45:41 +02:00
|
|
|
```
|
2012-11-27 15:43:42 +02:00
|
|
|
|
2015-08-04 15:22:06 +01:00
|
|
|
If the above example does not work, try this 2 step method:
|
|
|
|
|
|
|
|
|
|
Download the installation script:
|
|
|
|
|
```bash
|
|
|
|
|
curl -O http://vestacp.com/pub/vst-install.sh
|
|
|
|
|
```
|
|
|
|
|
Then run it:
|
2012-11-27 15:43:42 +02:00
|
|
|
```bash
|
|
|
|
|
bash vst-install.sh
|
2012-11-27 15:44:38 +02:00
|
|
|
```
|
2012-11-27 15:43:42 +02:00
|
|
|
|
|
|
|
|
License
|
|
|
|
|
----------------------------
|
2015-12-07 09:08:27 +01:00
|
|
|
Vesta is licensed under [GPL v3 ](https://github.com/serghey-rodin/vesta/blob/master/LICENSE) license
|
2012-11-27 15:43:42 +02:00
|
|
|
|