Files
VestaCP/README.md

36 lines
831 B
Markdown
Raw Normal View History

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
----------------------------
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
Download the installation script, and run it:
```bash
curl http://vestacp.com/pub/vst-install.sh | bash
```
2012-11-27 15:43:42 +02: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