Files
WPIQ/README.md
VirtuBox 9d6f6c2bb4 Fix wo update & cleanup info
* update README.md
* cleanup changelog.md
* fix wo update command url
* remove php-sodium (php7.0 & php7.1 only)
* remove php-memcache
2019-03-02 20:12:06 +01:00

4.6 KiB

WordOps

An essential toolset that eases WordPress site and server administration

build MIT Commits

Key FeaturesRequirementsGetting StartedUsageCheatsheetCreditsLicense


Key Features

  • Easy Migration from EasyEngine v3
  • Automated WordPress, Nginx, PHP, MySQL & Redis installation
  • Optimized Nginx configuration with multiple cache backends support
  • Let's Encrypt SSL certificates

Requirements

Operating System

  • Ubuntu : 16.04 LTS (Xenial) - 18.04 LTS (Bionic)
  • Debian : 8 (Jessie) - 9 (Stretch)

Ports requirements

  • SSH (22 or custom)
  • HTTP & HTTPS (80 & 443)
  • WO Admin (22222)
  • GPG key Server (11371 outbound)

Getting Started

wget -qO wo wordops.se/tup && sudo bash wo     # Install WordOps
sudo wo site create example.com --wp     # Install required packages & setup WordPress on example.com

Must read

WordOps made some fundamental changes:

  • We've deprecated the mail stack. Less is more. As an alternative, take a look at iRedMail or Caesonia. And an alternative for Roundcube is Rainloop.
  • Support for w3tc is dropped as a security precaution.
  • We are currently migrating the PHP 5.x series to PHP 7.2 and PHP 7.3. We'll offer an easy to use migration script once we are confident enough to unleash this daemon. For now, new sites get installed with PHP 7.2 as the default.

Usage

Standard WordPress sites

wo site create example.com --wp                  # install wordpress without any page caching
wo site create example.com --wpsc                # install wordpress with wp-super-cache plugin
wo site create example.com --wpfc                # install wordpress + nginx fastcgi_cache
wo site create example.com --wpredis             # install wordpress + nginx redis_cache

WordPress multsite with subdirectory

wo site create example.com --wpsubdir            # install wpmu-subdirectory without any page caching
wo site create example.com --wpsubdir --wpsc     # install wpmu-subdirectory with wp-super-cache plugin
wo site create example.com --wpsubdir --wpfc     # install wpmu-subdirectory + nginx fastcgi_cache
wo site create example.com --wpsubdir --wpredis  # install wpmu-subdirectory + nginx redis_cache

WordPress multsite with subdomain

wo site create example.com --wpsubdomain            # install wpmu-subdomain without any page caching
wo site create example.com --wpsubdomain --wpsc     # install wpmu-subdomain with wp-super-cache plugin
wo site create example.com --wpsubdomain --wpfc     # install wpmu-subdomain + nginx fastcgi_cache
wo site create example.com --wpsubdomain --wpredis  # install wpmu-subdomain + nginx redis_cache

Non-WordPress sites

wo site create example.com --html     # create example.com for static/html sites
wo site create example.com --php      # create example.com with php support
wo site create example.com --mysql    # create example.com with php & mysql support

HHVM enabled sites

wo site create example.com --wp --hhvm           # create example.com WordPress site with HHVM support
wo site create example.com --php --hhvm          # create example.com php site with HHVM support

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

wo update

Credits

License