mirror of
https://github.com/myvesta/vesta.git
synced 2025-01-12 05:52:53 -08:00
0a32d520fc
I prefer installing like this, so I assume other will.
36 lines
835 B
Markdown
36 lines
835 B
Markdown
[Vesta Control Panel](http://vestacp.com/)
|
|
==================================================
|
|
|
|
* 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
|
|
----------------------------
|
|
Connect to your server as root via SSH
|
|
```bash
|
|
ssh root@your.server
|
|
```
|
|
|
|
Download the installation script, and run it:
|
|
```bash
|
|
curl http://vestacp.com/pub/vst-install.sh | bash
|
|
```
|
|
|
|
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:
|
|
```bash
|
|
bash vst-install.sh
|
|
```
|
|
|
|
License
|
|
----------------------------
|
|
Vesta is licensed under [GPL v3 ](https://github.com/serghey-rodin/vesta/blob/master/LICENSE.txt) license
|
|
|