From ac6fe869930518e3c59bad95a494aedfec3e4369 Mon Sep 17 00:00:00 2001 From: Rahul Bansal Date: Tue, 9 Oct 2012 18:11:46 +0530 Subject: [PATCH] readme.update --- README.md | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 52720162..ea9635d7 100644 --- a/README.md +++ b/README.md @@ -11,31 +11,49 @@ This is work in PROGRESS. This will break things on your end most likely! ### engine Commands: -`engine site` site-specific commands +`engine site` #site-specific commands + `engine system` system-wide commands + `engine config` configuration commands -## engine site +### engine site `engine site create [--with-wordpress]` + `engine site read --active` + `engine site update ` + `engine site delete ` -## engine system +### 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 `engine config set [memory | timeout] [value]` + `engine config get [[memory | timeout]|--all]` + `engine config --interactive` #reconfigure everything +## Files + +### Logs location: + +Main Log: `/var/log/easyengine/main.log` + +Debug Log: `/var/log/easyengine/debug.log` +