Skip to content
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.

Sample code showing how to script Tableau Server installations

License

Notifications You must be signed in to change notification settings

tableau/server-install-script-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

server-install-script-samples

As-Is

Important: This project is not actively maintained by either Tableau or the community. It will remain online in an archived state for historical reference.

The Tableau Server installer is intended for interactive installation and configuration of Tableau server. This approach works well for many users and administrators, but limits the ability to perform automated deployments using tools like Chef or Puppet.

This repository provides some reference implementations to show users and organizations how they can automate deployment of Tableau Server on Windows and Linux, using scripts to prepare the installation and run the installer executable with appropriate command-line arguments.

The windows subdirectory contains files related to automating installation for Tableau Server on Windows.

The linux subdirectory contains files related to automating installation for Tableau Server on Linux.