add option to install all available plugins, fix config file paths, fix typo and update README

This commit is contained in:
ronivay
2018-11-12 17:06:23 +02:00
parent 1e4f2e5692
commit 7d5305fd0f
3 changed files with 24 additions and 17 deletions

View File

@@ -14,8 +14,9 @@ BRANCH="master"
# Log path for possible errors
LOGFILE="$(dirname $0)/xo-install.log"
# comma separated list of plugins to be installed, check README for more information
# Comma separated list of plugins to be installed, check README for more information. Optionally set to all, to install all plugins
#PLUGINS="xo-server-transport-email,xo-server-usage-report,xo-server-perf-alert"
#PLUGINS="all"
# NodeJS and Yarn are automatically updated when running update. Switch this option to false if you want to disable it.
AUTOUPDATE="true"