Update README.md

This commit is contained in:
VirtuBox 2017-12-13 23:50:16 +01:00 committed by GitHub
parent 1918104f08
commit 971fea2f57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -42,6 +42,19 @@ apt update
apt install mariadb-server
```
**7) Install EasyEngine**
```
wget -qO ee rt.cx/ee && bash ee
ee stack install
sudo wp --allow-root cli update --nightly
```
**8) Install Composer and Fix phpmyadmin error
```
bash <(wget --no-check-certificate -O - https://git.virtubox.net/virtubox/debian-config/raw/master/composer.sh)
ee stack install --phpmyadmin
sudo -u www-data composer update -d /var/www/22222/htdocs/db/pma/
```