@@ -50,6 +50,8 @@ Please keep in mind that most of this flags are already provided by the configur
$0 [OPTIONS]
--singlenode This flag combines install, enable, backend, middleware, frontend and the guard admin flag in order to set things up on a singlenode setup
--install The install flag
--enable Enable guard in config and restart the backend several times
--disable Disable (WIP, may not work)
...
...
@@ -110,6 +112,16 @@ case $key in
shift
shift
;;
--singlenode)
echo"Configuring guard for singlenode setup ..."
export INSTALL_GUARD=true
export GUARD_ENABLE=true
export GUARD_MIDDLEWARE=true
export GUARD_BACKEND=true
export GUARD_FRONTEND=true
INSTALL_TYPE=singlenode
shift
;;
# -k|--key)
# value="$2"
# shift
...
...
@@ -168,7 +180,7 @@ if [[ "${GUARD_ENABLE}" = true ]]; then