replace EE link with WordOps

This commit is contained in:
VirtuBox 2019-03-02 00:47:49 +01:00
parent 7e0bfd436c
commit a38bb19d66
2 changed files with 16 additions and 18 deletions

View File

@ -147,26 +147,25 @@ Then add the following cronjob
@weekly /usr/bin/mysqlcheck -Aos --auto-repair > /dev/null 2>&1 @weekly /usr/bin/mysqlcheck -Aos --auto-repair > /dev/null 2>&1
``` ```
## Install EasyEngine ## Install WordOps
```bash ```bash
# noninteractive install - you can replace $USER with your username & root@$HOSTNAME by your email # noninteractive install - you can replace $USER with your username & root@$HOSTNAME by your email
sudo bash -c 'echo -e "[user]\n\tname = $USER\n\temail = root@$HOSTNAME" > $HOME/.gitconfig' sudo bash -c 'echo -e "[user]\n\tname = $USER\n\temail = root@$HOSTNAME" > $HOME/.gitconfig'
wget -qO ee rt.cx/ee && bash ee wget -qO wo https://raw.githubusercontent.com/WordOps/WordOps/master/install && sudo bash wo
``` ```
### enable ee bash_completion ### enable wo bash_completion
```bash ```bash
source /etc/bash_completion.d/ee_auto.rc source /etc/bash_completion.d/wo_auto.rc
``` ```
### Install Nginx, php5.6, php7.0, postfix, redis and configure EE backend ### Install Nginx, php7.2, and configure WO backend
```bash ```bash
ee stack install wo stack install
ee stack install --php7 --redis --admin --phpredisadmin
``` ```
### Set your email instead of root@localhost ### Set your email instead of root@localhost
@ -282,7 +281,7 @@ cp -rf $HOME/ubuntu-nginx-web-server/etc/nginx/conf.d/* /etc/nginx/conf.d/
git -C /etc/nginx/ add /etc/nginx/ && git -C /etc/nginx/ commit -m "update conf.d configurations" git -C /etc/nginx/ add /etc/nginx/ && git -C /etc/nginx/ commit -m "update conf.d configurations"
``` ```
### EE common configuration ### WO common configuration
- mitigate WordPress DoS attack (wpcommon-phpX.conf) - mitigate WordPress DoS attack (wpcommon-phpX.conf)
- webp image conditional rewrite (wpcommon-phpX.conf) - webp image conditional rewrite (wpcommon-phpX.conf)
@ -305,7 +304,7 @@ bash <(wget -O - virtubox.net/nginx-ee || curl -sL virtubox.net/nginx-ee)
## Custom configurations ## Custom configurations
### Nginx optimized configurations ### Nginx optimized configurations (choose one of them)
```bash ```bash
# TLSv1.2 TLSv1.3 only (recommended) # TLSv1.2 TLSv1.3 only (recommended)

View File

@ -147,26 +147,25 @@ Then add the following cronjob
@weekly /usr/bin/mysqlcheck -Aos --auto-repair > /dev/null 2>&1 @weekly /usr/bin/mysqlcheck -Aos --auto-repair > /dev/null 2>&1
``` ```
## Install EasyEngine ## Install WordOps
```bash ```bash
# noninteractive install - you can replace $USER with your username & root@$HOSTNAME by your email # noninteractive install - you can replace $USER with your username & root@$HOSTNAME by your email
sudo bash -c 'echo -e "[user]\n\tname = $USER\n\temail = root@$HOSTNAME" > $HOME/.gitconfig' sudo bash -c 'echo -e "[user]\n\tname = $USER\n\temail = root@$HOSTNAME" > $HOME/.gitconfig'
wget -qO ee rt.cx/ee && bash ee wget -qO wo https://raw.githubusercontent.com/WordOps/WordOps/master/install && sudo bash wo
``` ```
### enable ee bash_completion ### enable wo bash_completion
```bash ```bash
source /etc/bash_completion.d/ee_auto.rc source /etc/bash_completion.d/wo_auto.rc
``` ```
### Install Nginx, php5.6, php7.0, postfix, redis and configure EE backend ### Install Nginx, php7.2, and configure WO backend
```bash ```bash
ee stack install wo stack install
ee stack install --php7 --redis --admin --phpredisadmin
``` ```
### Set your email instead of root@localhost ### Set your email instead of root@localhost
@ -282,7 +281,7 @@ cp -rf $HOME/ubuntu-nginx-web-server/etc/nginx/conf.d/* /etc/nginx/conf.d/
git -C /etc/nginx/ add /etc/nginx/ && git -C /etc/nginx/ commit -m "update conf.d configurations" git -C /etc/nginx/ add /etc/nginx/ && git -C /etc/nginx/ commit -m "update conf.d configurations"
``` ```
### EE common configuration ### WO common configuration
- mitigate WordPress DoS attack (wpcommon-phpX.conf) - mitigate WordPress DoS attack (wpcommon-phpX.conf)
- webp image conditional rewrite (wpcommon-phpX.conf) - webp image conditional rewrite (wpcommon-phpX.conf)
@ -305,7 +304,7 @@ bash <(wget -O - virtubox.net/nginx-ee || curl -sL virtubox.net/nginx-ee)
## Custom configurations ## Custom configurations
### Nginx optimized configurations ### Nginx optimized configurations (choose one of them)
```bash ```bash
# TLSv1.2 TLSv1.3 only (recommended) # TLSv1.2 TLSv1.3 only (recommended)