Skip to content

Instantly share code, notes, and snippets.

View bryankennedy's full-sized avatar
💭
work, work, work

bryan kennedy bryankennedy

💭
work, work, work
View GitHub Profile
@bryankennedy
bryankennedy / guacamole-0.8.3-instructions.md
Last active August 29, 2015 14:26 — forked from jeffersonmartin/guacamole-0.8.3-instructions.md
Guacamole 0.8.3 Step-by-Step Instructions (Ubuntu 12.04 LTS)

Guacamole 0.8.3 Instructions

These instructions were written for Ubuntu 12.04 LTS, herein referred to as guac-server.

Install Tomcat Server and Pre-Requisite Packages

Once your Ubuntu 12.04 LTS VM has been installed and the network has been configured, you will need to install the tomcat server and the latest guacamole release. As of this writing, we are using the binary (.war) of Guacamole 0.8.3.

  1. Install the tomcat6 server
    # apt-get update
    # apt-get install tomcat6