diff --git a/HowtoTableau.md b/HowtoTableau.md index 36ae5641..2a9638f9 100644 --- a/HowtoTableau.md +++ b/HowtoTableau.md @@ -17,7 +17,7 @@ Tableau supporte uniquement Ubuntu, nous installons donc un conteneur LXC : # lxc-attach --name tableau -lxc# apt install ./tableau-server-2022-1-7_amd64.deb ./tableau-postgresql-odbc_09.06.0501_amd64.deb +lxc# apt install ./tableau-server-2022-1-7_amd64.deb […] Il est nécessaire de prendre 112 Mo/2 959 Mo dans les archives. Après cette opération, 20,7 Go d'espace disque supplémentaires seront utilisés. @@ -68,6 +68,18 @@ You will be prompted to authenticate, or can log in using the username 'tableau' Done. ~~~ +Pour installer le pilote pour PostgreSQL on doit le télécharger sur : + +~~~ +# mkdir -p /opt/tableau/tableau_driver/jdbc +# chmod 755 /opt/tableau/tableau_driver /opt/tableau/tableau_driver/jdbc +# cd /opt/tableau/tableau_driver/jdbc +# wget https://downloads.tableau.com/drivers/linux/postgresql/postgresql-42.3.3.jar +# chmod 644 /opt/tableau/tableau_driver/jdbc/postgresql-42.3.3.jar +# tsm stop +# tsm start +~~~ + ## Administration ~~~