Changes

From Amahi Wiki
Jump to: navigation, search
49 bytes removed ,  21:49, 10 October 2016
=== Guacamole's Configuration File ===
Create a directory for the configuration file.
 {{Code| Code = sudo mkdir -p /etc/guacamole/}}
Create a file called "guacamole.properties" in that directory
{{Code| Code = sudo vi /etc/guacamole/guacamole.properties}}
Press the <i>i</i> key to begin inserting text into the guacamole.properties file and include the following contents:
Now create a symbolic link of this file for Tomcat
{{Code| Code = sudo ln -s /etc/guacamole/guacamole.properties /usr/share/tomcat/.guacamole/}}
=== Starting Guacamole Server ===
12,424

edits