Installation script command-line options
Run ./install.sh --help
to view command-line options supported by the installation script.
The following options are supported:
Option | Description |
---|---|
-y | Automatically answers yes to all install prompts, accepting all default valuesSee Manage install questions |
-c <answer file> | Specify answer file used to respond to install prompts See Manage install questions |
-s <socket dir> | Specify directory for redislabs unix sockets (new installs only) |
--install-dir <dir> | Specifies installation directory (new installs only) See Customize install locations |
--config-dir <dir> | Configuration file directory (new installs only) See Customize install locations |
--var-dir <dir> | Var directory used for installation (new installs only) See Customize install locations |
--os-user <user> | Operating system user account associated with install; default: redislabs See Customize user and group (new installs only) |
--os-group <group> | Operating system group associated with install; default: redislabs See Customize user and group (new installs only) |