|
@ -12,7 +12,7 @@ easyengine (ee) is a linux shell-script collection, which makes it easy to manag |
|
|
## Quick Start |
|
|
## Quick Start |
|
|
|
|
|
|
|
|
```bash |
|
|
```bash |
|
|
curl -sL rt.cx/ee | sudo bash # install easyengine |
|
|
sudo bash <(curl -sL rt.cx/ee) # install easyengine |
|
|
ee system install # install nginx, php, mysql, postfix |
|
|
ee system install # install nginx, php, mysql, postfix |
|
|
ee site create example.com --wp # create example.com and install wordpress on it |
|
|
ee site create example.com --wp # create example.com and install wordpress on it |
|
|
``` |
|
|
``` |
|
|