Commit Graph

25 Commits

Author SHA1 Message Date
Jasper Michalke 621ebc6d32
Metadata (#111)
* Fized mysql-client installation error with existing MariaDB server

* Added gitignore add chmod +x install scripts

* Added gitignore add chmod +x install scripts

* Fized permissions

* Changed command availability detection

* Added gitignore add chmod +x install scripts

* Added gitignore add chmod +x install scripts
2020-02-23 12:05:19 -06:00
SoulSeekkor dfc6f05d85
Support for Guacamole 1.1.0 Install/Upgrade + More (#97)
* Updated to handle Guacamole 1.1.0 and to include support for installed Duo.

* Fixed missing no color code.

* Added .gitattributes file and updated README.md.

* Fixed package to use FreeRDP2 variant.

* Prompt test.

* Another prompt test.

* Another prompt test.

* Another prompt test.

* Formatting.

* -For the install output Duo configuration values no matter what.
-Updated upgrade script to include missing packages.

* Added additional package to the upgrade script that may be required.

* Formatting and added missing websockets package.

* Added logic for upgrading the TOTP and Duo extensions.

* Update README.md

Changed README.md links back.
2020-02-05 15:24:52 -05:00
adam kaminski 21b84b1cb1 Updated script version from 0.9.14 to 1.0.0 (#60)
* Update guac-upgrade.sh

Adjusted version from 0.9.14 to 1.0.0

* Update guac-install.sh

Updated version from 0.9.14 to 1.0.0 and commented out patching that is specific to 0.9.14

* Update README.md

Adjusted version from 0.9.14 to 1.0.0

* Update guac-install-server.sh

Adjusted version from 0.9.14 to 1.0.0

* Update docker-install.sh

Adjusted the version from 0.9.14 to 1.0.0
2019-01-10 11:21:52 -06:00
Chase Wright 7859f231d3
docker-ce
Closes #42
2018-04-01 10:00:47 -05:00
Chase Wright 8260cdda51
Fix Comment (#39)
* Just fixing a silly comment
2018-03-12 16:54:36 -05:00
Chase Wright baac552de0
Fix gcc-7 & Update Docker (#38)
* Force guacd compile with gcc-6 to resolve gcc-7 compile issues

* Update docker version
2018-03-12 16:44:55 -05:00
Chase Wright d07bfcb98b
0.9.14 Release (#23)
* Support Upgrade From Older Versions

First I've added a MySQL Root Password Prompt, it will verify that the user is entering the correct password and will not continue until the MySQL Root Password is entered correctly.

Second, I'm just getting the tomcat version number from /etc/ folder name...This seems to work well enough (instead of making the user edit the script manually)...Maybe someone can come up with a better solution?

Third, I'm using the Version.js file to get the currently installed versions number. This allows for supporting multiple version number upgrades (E.G going from 0.8.2 to 0.9.14). The script will now loop through all of the SQL Upgrade files, and apply any that are newer than the OLDVERSION...

I.E. Going from 0.9.9 to 0.9.13 should automatically install `upgrade-pre-0.9.10.sql` & `upgrade-pre-0.9.11.sql` & `upgrade-pre-0.9.13.sql`

* Remove GUACAMOLE_HOME

According to the documentation this is now a default search path, so this isn't required anymore

* Version Control for Ubuntu and Debian

This might need more work but it should install the proper packages for both Ubuntu and Debian and account for Tomcat 8.0.x and 8.5.x differences...

http://tomcat.apache.org/whichversion.html

7.x does not say end of life... but 8.0.x does. The distro maintainers have different versions of Tomcat8 so we can check for 8.5.x or newer options and install, otherwise go the safer route and install Tomcat7

* Remove rm and ln of tomcat/.guacamole

According to the documentation this is not required (it may not have been required to begin with?)

* No Longer Incubating!
2018-01-20 08:23:04 -06:00
Chase Wright 1efaadbf77
Updated Password Logic 2017-12-01 11:55:22 -06:00
Chase Wright ede1394cfa
Updated Download Location 2017-12-01 11:42:31 -06:00
Chase Wright cc71a019dc MySQL Sleep 2017-10-13 10:52:34 -05:00
Chase Wright e4ecf3eda0 Fixed Typos - Switched to apt 2017-08-21 21:49:49 -05:00
MysticEmpires 2161ea5ab6 silent install and cosmetic change (#15)
* add -qq for silent install

* add -qq for silent install

* newline after passwort question

* add newline after password question

also add  -qq -y on apt install

* Update guac-install.sh
2017-08-03 06:31:57 -05:00
Chase Wright 6cb350b102 0.9.13 update (#10)
* Update guac-install-server.sh

* Update guac-upgrade.sh

* Update guac-install.sh

* Update docker-install.sh
2017-08-01 08:12:56 -05:00
Chase Wright 54a62c5cf2 Reorder apt-get & SERVER
The SERVER variable requires curl and jq to be installed but it was being set before the apt-get install
2017-07-23 20:42:16 -05:00
Chase Wright 169ab6d302 Fixed Docker Sources 2017-07-23 20:38:35 -05:00
Tyron c0956cca6e version update 2017-04-05 12:33:49 -04:00
Chase Wright 279dc3ec3b Update docker-install.sh 2017-03-12 13:36:03 -05:00
Chase Wright 7e1203c8a6 Trimmed "/" from $SERVER 2017-03-12 13:35:19 -05:00
Chase Wright e4198c279f Fixed $VERSION variable 2017-03-03 22:38:48 -06:00
Chase Wright de47d3d07b Removed build-essential from Docker version 2017-03-03 22:37:29 -06:00
Chase Wright 70ece90f98 added apt-get update and build-essential 2017-03-03 22:34:01 -06:00
Chase Wright 72f61761ed Updated Version, Fixed some syntax 2017-02-11 08:47:49 -06:00
Chase Wright 23df3c91e1 Added curl just in case
Some users have reported that curl is sometimes not installed (weird)
2017-01-02 11:05:49 -06:00
Chase Wright 68412434fc Updated to work with 0.9.10
Also removed downloaded files
2016-12-31 16:55:51 -06:00
Chase Wright f75b3551f7 Created docker-install.sh
Docker Install Script
2016-10-20 20:26:40 -05:00