dash-on-premise-sample-app
dash-on-premise-sample-app copied to clipboard
Support for Pyodbc
This branch demonstrates how to install pyodbc on Plotly On-Premise. See Files Changed to see the differences between this configuration and the basic configuration.
Notes:
- System-level packages are installed through
apt-getand are specified in theapt-packagesfile - Empty
odbc.iniandodbcinist.inifiles are included in the repository and are copied into the appropriate directory with standardapp.jsonfile.app.jsoncallssetup_odbcvia thepredeploykey. Fill outodbc.iniandodbcinst.inifiles out with your own odbc settings.
To run these files on your own machine, you can pull this branch and merge it into your master branch with:
git clone https://github.com/plotly/dash-on-premise-sample-app my-app
cd my-app
git merge pyodbc # merges pyodbc into master
and then you can follow the rest of the instructions in https://plot.ly/dash/deployment/on-premise