content/operate/rs/installing-upgrading/install/install-script.md
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 values |
| See [Manage install questions]({{< relref "/operate/rs/installing-upgrading/install/manage-installation-questions" >}}) | |
<nobr>-c <answer file></nobr> | Specify answer file used to respond to install prompts |
| See [Manage install questions]({{< relref "/operate/rs/installing-upgrading/install/manage-installation-questions" >}}) | |
<nobr>-s <socket dir></s> | Specify directory for redislabs unix sockets (new installs only) |
<nobr>--install-dir <dir></nobr> | Specifies installation directory (new installs only) |
| See [Customize install locations]({{< relref "/operate/rs/installing-upgrading/install/customize-install-directories" >}}) | |
<nobr>--config-dir <dir> | Configuration file directory (new installs only) |
| See [Customize install locations]({{< relref "/operate/rs/installing-upgrading/install/customize-install-directories" >}}) | |
<nobr>--var-dir <dir></nobr> | Var directory used for installation (new installs only) |
| See [Customize install locations]({{< relref "/operate/rs/installing-upgrading/install/customize-install-directories" >}}) | |
<nobr>--os-user <user> | Operating system user account associated with install; default: redislabs |
| See [Customize user and group]({{< relref "/operate/rs/installing-upgrading/install/customize-user-and-group" >}}) (new installs only) | |
<nobr>--os-group <group> | Operating system group associated with install; default: redislabs |
| See [Customize user and group]({{< relref "/operate/rs/installing-upgrading/install/customize-user-and-group" >}}) (new installs only) | |
--skip-dns-port-verification | Skip DNS port verification during installation |
<nobr>--update-env-path</nobr> | Add paths related to Redis Software to root's PATH environment variable |
| See [Manage install questions]({{< relref "/operate/rs/installing-upgrading/install/manage-installation-questions" >}}) |