On-premise installation on own server
This section applies to installing Dash Enterprise on a single server hosted on your own network. For installing the Kubernetes version of the software, see Dash Enterprise Kubernetes installation.
Installation using Plotly script
SSH into your Linux server
Create a data directory to hold all of the Dash Enterprise data
We recommend /plotly for ease of reference, but you may choose any name that suits your needs:
Run the installation script:
If your server uses a proxy to access the Internet, see Configuring a proxy
If prompted for the server’s service IP address, press Enter to accept the default
Your server is now ready for you to upload your license and configure Dash Enterprise; see Configuration to continue.
Additional steps for SELinux enforcing systems
If you wish to install Dash Enterprise on a system with SELinux enforcing, you must install additional policies to allow containers to access docker.sock, and certificate files (if you are using system or self-signed certificates)
Create a plotlydocker.te policy file with the following contents:
If not installed already, you must install policycoreutils and checkpolicy:
Compile and install the policy:
Now, Dash Enterprise will have the necessary security policies to run with SELinux enforcing.
Last updated