Simple way to install Tableau Server on target system.
version
- You must define Tableau Server version(short format). During setup this will used to locate proper tabadmintrusted_host
- Used to setupwgserver.trusted_hosts
and open correspondent TCP rule in windows firewall.type
- Installation type. Possible options:local
orremote
. Based on this puppet will download TablueServer installer from url or from puppet server.from
- URL or filename from puppet server
Setup from puppet server
class {'windows_tableau':
ensure => 'present',
version => '8.3',
trusted_host => '192.168.1.1',
from => 'TableauServer-64bit.exe'
}
Not a problem! You are free to edit templates/initial_setup.ps1.erb
and add your additions.
- How to use
tabcmd
http://onlinehelp.tableausoftware.com/current/server/en-us/tabcmd_cmd.htm - How to use
tabadmin
http://onlinehelp.tableausoftware.com/current/server/en-us/tabadmin_cmd.htm
Nope.