diff --git a/CHANGELOG.md b/CHANGELOG.md index 298297a..1e57efb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Support for Netdata on backend : https://server.hostname:22222/netdata/ - New Stacks : composer and netdata - additional argument for letsencrypt : --hsts -- refactor install script #### Changed @@ -39,6 +38,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Increase MySQL root password size to 16 characters - Increase MySQL users password size to 16 characters - Nginx locations template is the same for php7.2 & 7.3 +- refactor install script #### Fixed diff --git a/README.md b/README.md index 8b059ec..4afeb33 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@

Key Features • - Getting StartedUsageRoadMapChangelog • @@ -28,8 +27,10 @@

WordOps site • +DocumentationCommunity forum • -Documentation +Slack +

--- @@ -41,8 +42,9 @@ - **Up-to-date** : Nginx 1.14.2 with Brotli support, PHP 7.2 & 7.3, MariaDB 10.3 & Redis 5.0 - **Secured** : Hardened WordPress security with strict Nginx location directives - **Powerful** : Optimized Nginx configurations with multiple cache backends support -- **SSL** : Let's Encrypt SSL certificates handled by Acme.sh -- **Modern** : Secured SSL/TLS encryption with strong ciphers_suite and modern TLS protocols +- **SSL** : Let's Encrypt SSL certificates handled by acme.sh +- **Modern** : Secured SSL/TLS encryption with strong ciphers_suite, modern TLS protocols and HSTS support +- **Monitoring** : Live Nginx vhost traffic with ngx_vts_module and server monitoring with Netdata ## Requirements @@ -63,7 +65,7 @@ ## Getting Started ```bash -wget -qO wo wordops.se/tup && sudo bash wo # Install WordOps +curl -sL wops.cc | sudo bash # Install WordOps sudo wo site create example.com --wp # Install required packages & setup WordPress on example.com ``` @@ -75,6 +77,7 @@ WordOps made some fundamental changes: - Support for w3tc is dropped as a security precaution. - PHP 5.6 has been replaced by PHP 7.2 and PHP 7.0 has been replaced by PHP 7.3. - Nginx-ee package has been replaced by Nginx-wo (based on Nginx stable v1.14.2 with Brolti support) +- HHVM stack has been removed - Let's Encrypt stack isn't based on letsencrypt-auto anymore, we use acme.sh to handle SSL certificates If you are going to migrate from EasyEngine v3, here some important informations : @@ -129,15 +132,6 @@ wo site create example.com --wp --letsencrypt # install wordpress & secure site wo site create sub.example.com --wp --letsencrypt=subdomain # install wordpress and secure subdomain with letsencrypt ``` -## Cheatsheet - -| | single site | multisite w/ subdir | multisite w/ subdom | -|--------------------|---------------|-----------------------|--------------------------| -| **NO Cache** | --wp | --wpsubdir | --wpsubdomain | -| **WP Super Cache** | --wpsc | -wpsubdir --wpsc | --wpsubdomain --wpsc | -| **Nginx fastcgi_cache** | --wpfc | --wpsubdir --wpfc | --wpsubdomain --wpfc | -| **Redis cache** | --wpredis | --wpsubdir --wpredis | --wpsubdomain --wpredis | - ## Update WordOps ```bash