2016-08-14 20:05:46 +02:00
|
|
|
# guac-install
|
2017-03-12 19:41:20 +01:00
|
|
|
Script for installing Guacamole 0.9.11 on Ubuntu 16.04 with MySQL
|
2016-08-14 20:31:26 +02:00
|
|
|
|
2016-12-31 23:44:30 +01:00
|
|
|
Run script, enter MySQL Root Password and Guacample User password. Guacamole User is used to connect the the Guacamole Database.
|
2016-08-14 20:31:26 +02:00
|
|
|
|
2016-12-31 23:44:30 +01:00
|
|
|
How to Run
|
|
|
|
Download file directly from here:
|
2017-03-12 19:42:53 +01:00
|
|
|
|
|
|
|
<code>wget https://raw.githubusercontent.com/MysticRyuujin/guac-install/master/guac-install.sh</code>
|
2016-12-31 23:44:30 +01:00
|
|
|
|
|
|
|
Make it executable:
|
2017-03-12 19:42:53 +01:00
|
|
|
|
|
|
|
<code>chmod +x guac-install.sh</code>
|
2016-12-31 23:44:30 +01:00
|
|
|
|
2017-03-12 19:41:20 +01:00
|
|
|
Convert it to Linux format (may need to install dos2unix via apt-get):
|
2017-03-12 19:42:53 +01:00
|
|
|
|
|
|
|
<code>dos2unix guac-install.sh</code>
|
2017-03-12 19:41:20 +01:00
|
|
|
|
2016-12-31 23:44:30 +01:00
|
|
|
Run it as root:
|
2017-03-12 19:42:53 +01:00
|
|
|
|
|
|
|
<code>./guac-install.sh</code>
|