mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -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.
|
||||
|
||||
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
|
||||
|
||||
How to install (2 step)
|
||||
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://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:
|
||||
```bash
|
||||
curl -O http://c.vesta.hostingpanel.dev/vst-install-debian.sh
|
||||
|
@ -60,6 +33,15 @@ Then run it:
|
|||
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
|
||||
----------------------------
|
||||
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