From d2f26ad1c1f7076be7924fcf12006af860c580c8 Mon Sep 17 00:00:00 2001 From: Rahul Bansal Date: Tue, 9 Oct 2012 18:04:23 +0530 Subject: [PATCH] readme.update --- README.md | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f926ccb..52720162 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,43 @@ -rtAdmin -======= +EasyEngine +========== Admin tools for Nginx based wordpress sites management. This is work in PROGRESS. This will break things on your end most likely! +# TODO + +## Usage + +### engine Commands: + +`engine site` site-specific commands +`engine system` system-wide commands +`engine config` configuration commands + +## engine site + +`engine site create [--with-wordpress]` +`engine site read --active` +`engine site update ` +`engine site delete ` + +## engine system + +`engine system install [php mysql nginx apc postfix] [--all] [--source]` +`engine system upgrade [php mysql nginx apc postfix] [--all]` +`engine system remove [php mysql nginx apc postfix] [--all]` +`engine system purge [php mysql nginx apc postfix] [--all]` + +## engine config + +`engine config set [memory | timeout] [value]` +`engine config get [[memory | timeout]|--all]` +`engine config --interactive` #reconfigure everything + + + -=== Notes: