mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
Update README.md
This commit is contained in:
parent
4c916e4ddd
commit
bf7ae3c0d4
1 changed files with 10 additions and 28 deletions
38
README.md
38
README.md
|
@ -22,35 +22,8 @@ Features
|
||||||
|
|
||||||
+ We disabled dangerous PHP functions in php.ini, so even if customer's CMS was compromised, hacker will not be able to execute shell from PHP.
|
+ We disabled dangerous PHP functions in php.ini, so even if customer's CMS was compromised, hacker will not be able to execute shell from PHP.
|
||||||
|
|
||||||
About VestaCP
|
How to install
|
||||||
==================================================
|
|
||||||
|
|
||||||
* 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.
|
|
||||||
|
|
||||||
Special thanks to vestacp.com and Serghey Rodin for open-source VestaCP project
|
|
||||||
|
|
||||||
How to install (2 step)
|
|
||||||
----------------------------
|
----------------------------
|
||||||
Connect to your server as root via SSH
|
|
||||||
```bash
|
|
||||||
ssh root@your.server
|
|
||||||
```
|
|
||||||
|
|
||||||
Download the installation script, and run it:
|
|
||||||
```bash
|
|
||||||
curl http://c.vesta.hostingpanel.dev/vst-install-debian.sh | bash
|
|
||||||
```
|
|
||||||
|
|
||||||
How to install (3 step)
|
|
||||||
----------------------------
|
|
||||||
If the above example does not work, try this 3 step method:
|
|
||||||
Connect to your server as root via SSH
|
|
||||||
```bash
|
|
||||||
ssh root@your.server
|
|
||||||
```
|
|
||||||
|
|
||||||
Download the installation script:
|
Download the installation script:
|
||||||
```bash
|
```bash
|
||||||
curl -O http://c.vesta.hostingpanel.dev/vst-install-debian.sh
|
curl -O http://c.vesta.hostingpanel.dev/vst-install-debian.sh
|
||||||
|
@ -60,6 +33,15 @@ Then run it:
|
||||||
bash vst-install-debian.sh
|
bash vst-install-debian.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
About VestaCP
|
||||||
|
==================================================
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
|
Special thanks to vestacp.com and Serghey Rodin for open-source VestaCP project
|
||||||
|
|
||||||
License
|
License
|
||||||
----------------------------
|
----------------------------
|
||||||
Vesta is licensed under [GPL v3 ](https://github.com/serghey-rodin/vesta/blob/master/LICENSE) license
|
Vesta is licensed under [GPL v3 ](https://github.com/serghey-rodin/vesta/blob/master/LICENSE) license
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue