mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Less installation steps.
I prefer installing like this, so I assume other will.
This commit is contained in:
parent
283c71a672
commit
0a32d520fc
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
@ -13,12 +13,18 @@ Connect to your server as root via SSH
|
||||||
ssh root@your.server
|
ssh root@your.server
|
||||||
```
|
```
|
||||||
|
|
||||||
Download the installation script
|
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
|
```bash
|
||||||
curl -O http://vestacp.com/pub/vst-install.sh
|
curl -O http://vestacp.com/pub/vst-install.sh
|
||||||
```
|
```
|
||||||
|
Then run it:
|
||||||
Run it
|
|
||||||
```bash
|
```bash
|
||||||
bash vst-install.sh
|
bash vst-install.sh
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue