You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Mitesh Shah 5b09c56a36 Automate Testing With Travis 11 years ago
etc Add simple redirection for adminer 11 years ago
man Update Version Information 11 years ago
usr EasyEngine V1.3.5 11 years ago
.travis.yml Automate Testing With Travis 11 years ago
CHANGELOG.txt EasyEngine V1.3.5 11 years ago
LICENSE.txt Adding GPL License 11 years ago
README.md Fixes #197 11 years ago
install.sh Minor changes 11 years ago

README.md

easyengine

Introduction

easyengine (ee) is a linux shell-script collection, which makes it easy to manage your wordpress-nginx sites on Ubuntu (12.04, 12.10, 13.10 & 14.04) / Debian (6, 7) server.

Quick Start

curl -sL rt.cx/ee | sudo bash                    # install easyengine
ee system install                                # install nginx, php, mysql, postfix 
ee site create example.com --wp                  # create example.com and install wordpress on it

Upgrading

From easyengine 1.0 to 1.1 and above

/bin/bash <(curl -sL https://raw.github.com/rtCamp/easyengine/stable/usr/local/sbin/eeupdate)

From easyengine 1.1 and above

ee update

More Site Creation Commands

Standard WordPress Sites

ee site create example.com --wp                  # install wordpress without any page caching
ee site create example.com --w3tc                # install wordpress with w3-total-cache plugin 
ee site create example.com --wpsc                # install wordpress with wp-super-cache plugin 
ee site create example.com --wpfc                # install wordpress + nginx fastcgi_cache

WordPress Multsite with subdirectory

ee site create example.com --wpsubdir            # install wpmu-subdirectory without any page caching
ee site create example.com --wpsubdir --w3tc     # install wpmu-subdirectory with w3-total-cache plugin 
ee site create example.com --wpsubdir --wpsc     # install wpmu-subdirectory with wp-super-cache plugin 
ee site create example.com --wpsubdir --wpfc     # install wpmu-subdirectory + nginx fastcgi_cache

WordPress Multsite with subdomain

ee site create example.com --wpsubdom            # install wpmu-subdomain without any page caching
ee site create example.com --wpsubdom --w3tc     # install wpmu-subdomain with w3-total-cache plugin 
ee site create example.com --wpsubdom --wpsc     # install wpmu-subdomain with wp-super-cache plugin 
ee site create example.com --wpsubdom --wpfc     # install wpmu-subdomain + nginx fastcgi_cache

Non-WordPress Sites

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

Cheatsheet - Site creation

Single Site Multisite w/ Subdir Multisite w/ Subdom
NO Cache --wp --wpsubdir --wpsubdom
WP Super Cache --wpsc --wpsubdir --wpsc --wpsubdom --wpsc
W3 Total Cache --w3tc --wpsubdir --w3tc --wpsubdom --w3tc
Nginx cache --wpfc --wpsubdir --wpfc --wpsubdom --wpfc

Donations

License

Same [GPL] (http://www.gnu.org/licenses/gpl-2.0.txt) that WordPress uses!