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 2d20fd4c85 Fix Capital Letters & Remove Https From Domain Name 12 years ago
conf/nginx Adjust Configuration As Per http://rtcamp.com/tutorials/nginx-map-wordpress-multisite-static-files-handling/ 12 years ago
failover Mirror Files On Live & backup Servers 12 years ago
php Merge branch 'master' of ssh://github.com/rtCamp/easyengine 12 years ago
scripts Check HDD Space & Email 12 years ago
setup Fix Capital Letters & Remove Https From Domain Name 12 years ago
zzz Bringing all scatterd scripts at one place. 12 years ago
.gitignore Restructing 12 years ago
README.md Fix Curl & Sudo Propmpt 12 years ago
install.sh Fix Error Messgaes 12 years ago

README.md

EasyEngine

Admin tools for Nginx based wordpress sites management.

This is work in PROGRESS. This will break things on your end most likely!

Install EasyEngine

curl -sL rt.cx/ee | sudo bash

TODO

Usage

ee [system] [install|remove|purge] [nginx|php|mysql|postfix|--all]

ee [site] [read] [all|active|sitename]

ee [site] [create] [sitename] [--with-wordpress]

ee [site] [update] [sitename] [singlesite] [w3total|wpsuper|fastcgi] ee [site] [update] [sitename] [multisite] [subdirectory|subdomain] [w3total|wpsuper|fastcgi]

ee [site] [delete] [sitename] [--database|--webroot|--all]

ee [site] [dis[aable]] [sitename] ee [site] [en[able]] [sitename]

ee [config] [set|get] [memory|timeout]

ee [update]

engine commands:

ee system system-wide commands

ee site site-specific commands

ee config configuration commands

ee system example:

  • Install nginx ee system install nginx

  • Insall nginx php mysql postfix ee system install --all

ee site example:

  • List all the sites ee site read all

  • List only active sites ee site read active

  • Read nginx configuration for example.com ee site read example.com

  • Create a domain ee site create example.com

  • Create a wordpress site ee site create example.com --with-wordpress

  • Update nginx configuration for w3total cache ee site update example.com singlesite w3total

  • Delete site ee site delete example.com

engine config:

engine config set [memory | timeout] [value]

engine config get [[memory | timeout]|--all]

engine config --interactive #reconfigure everything

ee update:

  • Update easy engine ee update

Files:

Logs location:

Main Log: /var/log/easyengine/main.log

Debug Log: /var/log/easyengine/debug.log

Notes:

  1. Folder /zzz contains some shell scripts by Pragati Sureka (a geekiest rtCamper)