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` +