|
|
@@ -1,11 +1,11 @@
|
|
|
-[Vesta Control Panel](http://vestacp.com/)
|
|
|
+[HestiaCP Control Panel](https://hestiacp.com/)
|
|
|
==================================================
|
|
|
|
|
|
-[](https://gitter.im/vesta-cp/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
|
|
-
|
|
|
-* 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.
|
|
|
+* HestiaCP is a fork of VestaCP
|
|
|
+* Main purpose of HestiaCP is to be safer and more secure
|
|
|
+* HestiaCP is an open source hosting control panel.
|
|
|
+* HestiaCP has a clean and focused interface without the clutter.
|
|
|
+* HestiaCP has the latest of very innovative technologies.
|
|
|
|
|
|
How to install (2 step)
|
|
|
----------------------------
|
|
|
@@ -16,7 +16,7 @@ ssh root@your.server
|
|
|
|
|
|
Download the installation script, and run it:
|
|
|
```bash
|
|
|
-curl http://vestacp.com/pub/vst-install.sh | bash
|
|
|
+curl http://apt.hestiacp.com/vst-install.sh | bash
|
|
|
```
|
|
|
|
|
|
How to install (3 step)
|
|
|
@@ -29,7 +29,7 @@ ssh root@your.server
|
|
|
|
|
|
Download the installation script:
|
|
|
```bash
|
|
|
-curl -O http://vestacp.com/pub/vst-install.sh
|
|
|
+curl -O http://apt.hestiacp.com/vst-install.sh
|
|
|
```
|
|
|
Then run it:
|
|
|
```bash
|
|
|
@@ -38,5 +38,5 @@ bash vst-install.sh
|
|
|
|
|
|
License
|
|
|
----------------------------
|
|
|
-Vesta is licensed under [GPL v3 ](https://github.com/serghey-rodin/vesta/blob/master/LICENSE) license
|
|
|
+HestiaCP is licensed under [GPL v3 ](https://github.com/serghey-rodin/vesta/blob/master/LICENSE) license
|
|
|
|