dash-on-premise-sample-app
dash-on-premise-sample-app copied to clipboard
A ready-to-deploy Dash app for Dash Deployment Server
Deprecation Notice
Please note as of Dash Enterprise 3.3.x documentation can be accessed directly on the Dash Enterprise platform via the Usage and Guides tab. Sample applications and templates are available at https://YOUR-DASH-ENTERPRISE-URL/Docs/templates.
Dash On-Premise Sample App Versions 3.0.0+
This repository contains a simple Dash app that can be deployed as-is on your Dash Deployment Server server. This application is configured to deploy on Dash Deployment Server versions 3.0.0
and above. If you are deploying apps on an older DDS server you can clone this repository and then checkout the dopsa-2.5
branch with:
git clone [email protected]:plotly/dash-on-premise-sample-app.git
cd dash-on-premise-sample-app
git checkout dopsa-2.5
Deployment Instructions
To learn more about what each of these files does and how to start from scratch, see the Dash App Deployment Docs.
Authentication Instructions
Check out the following documentation for information on privacy and authentication settings
available for Dash applications deployed on your Dash Deployment server. Note: the dash-auth
package is
no longer necessary with DDS 3.0.0+ and users may notice a double login if deploying apps with
dash-auth < 1.3.0
on DDS 3.0.0 and above.