Skip to content

Instantly share code, notes, and snippets.

@larencejg
larencejg / new_guac_builder_0.9.9.v2.sh
Last active December 1, 2019 04:45
Install script for Guacamole 0.9.9 on Ubuntu 15.10 with Tomcat8, Mysql 5.1.38 and a script to notify when public IP changes
#!/bin/bash
# define some variables
guac_version=0.9.9
mysql_version=5.1.38
mysql_root_password=<MYSQL_ROOT_PASSWORD>
mysql_user_password=<MYSQL_USER_PASSWD> #used by guacamole
server_name=<HOSTNAME> #host part of server's FQDN
server_domain=<DOMAIN> #domain part of server's FQDN
@larencejg
larencejg / new_guac_builder_0.9.9.sh
Created April 24, 2016 17:15
Guacamole 0.9.9 install script working on UBUNTU 15.10 with TOMCAT8, NGINX/1.9.3, MYSQL 5.6.30
#!/bin/bash
# define some variables
guac_version=0.9.9
mysql_version=5.1.38
mysql_root_password="MYSQL_ROOT_PWD" # change this password
mysql_user_password="MYSQL_USER_PWD" # change this password
server_name="HOSTNAME!" #Change HOSTNAME! below in two places, when creating the ssl cert and setting up NGINX