We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cbd17e commit 3146bbfCopy full SHA for 3146bbf
README.md
@@ -0,0 +1,27 @@
1
+[Vesta Control Panel](http://vestacp.com/)
2
+==================================================
3
+
4
+* Vesta is the open source hosting control panel.
5
+* Vesta is the clean and focused interface without the clutter.
6
+* Vesta is the latest very innovative technologies.
7
8
9
+How to install
10
+----------------------------
11
+# Connect to your server as root via SSH
12
+```bash
13
+ssh root@your.server
14
15
+# Download installation script
16
17
+wget http://vestacp.com/pub/vst-install.sh
18
19
+#Run it
20
21
+bash vst-install.sh
22
23
24
+License
25
26
+Vesta is licensed under [GPL v3 ](https://github.com/serghey-rodin/vesta/blob/master/LICENSE.txt) license
27
0 commit comments