Apache Guacamole Setup
This document contains steps to install Guacamole using a script. The information contained here is for informational purposes, in customer deployments these steps will be customized to use the latest
Pre-Requisite
Ubuntu v20.04 or later
openjdk v11 or later
Once you have installed Ubuntu, you'll need to install java. Please run the command below.
NOTE: To install the latest version of the JDK use appropriate commands.
$ sudo apt install openjdk-17-jdkOnce you're Set the environmental variables for ubuntu in the ~/.bashrc file. Enter into the file (nano ~/.bashrc) add the following lines at the end of the file enough, save the world:
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
export PATH=$PATH:HOME/bin:$JAVA_HOME/binSave the file by pressing ctrl + o and exit from the nano editor by pressing ctrl + x and run the command to refresh the environmental variables
source ~/.bashrcMove to the root folder by using “su –“. If you are new, set the root password by using the command “sudo passwd”
Move the Automated script in current location to the root folder by using the command “mv CloudAssert-InstallGuacamole1-0-0.sh /root/”
Run the following script by using the command “sh CloudAssert-InstallGuacamole1-0-0.sh"
Guacamole Setup
Last updated