1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2025-07-14 23:13:32 +02:00
Commit Graph

30 Commits

Author SHA1 Message Date
660764723a Remove GCC7 Hack 2019-01-23 16:15:59 -06:00
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
cc13a49d36 Add root/sudo check 2018-09-01 09:38:30 -05:00
169058d029 Account for gcc < 6 (#40)
* Account for gcc < 6
2018-03-12 17:15:26 -05:00
8260cdda51 Fix Comment (#39)
* Just fixing a silly comment
2018-03-12 16:54:36 -05:00
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
9a6da88418 Add Non-Interactive Option (#37)
Thanks to @bigredthelogger for providing the initial code

* Add Non-Interactive Option to Installer

* Update README for Non-Interactive Options

* Add Non-Interactive Option to Upgrade
2018-03-09 15:51:48 -06:00
a3375c6805 Fix weird quotes 2018-02-23 18:46:48 -06:00
714ae7f20d Allow Remote MySQL Upgrade
Thanks dockworka@netattack.it
2018-02-15 09:17:05 -06:00
5d3eac71f8 Update guac-upgrade.sh 2018-02-11 11:24:31 -06:00
75f965ef9d Switch to libmysql-java (#31)
* Switch to libmysql-java
2018-02-05 13:11:58 -05:00
0569824494 auto start guacd
When I performed the upgrade my guacd service was dead, had to start it
2018-01-20 21:54:43 -05:00
064b9612f9 echo for database patching 2018-01-20 19:57:34 -05:00
bcce82bbc0 0.9.14 fixes (#28)
* Replace VERSION with GUACVERSION
    #26 #25

* Make database name dynamic from the guacamole.properties file
    #27
2018-01-20 19:34:58 -05:00
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
5ef98b2246 Update Download Locations & Logic 2017-12-01 11:49:26 -06:00
8b6519fa01 Tomcat 7 & MCJVERSION Update 2017-11-12 11:11:22 -06:00
3296a14429 Grammar 2017-08-21 21:55:35 -05:00
8dc1cce78b Tomcat Variable (#13)
* Tomcat Variable

I don't know a good way to know which tomcat version is already running, and of course someone could theoretically run more than one...so the upgrade script is just a variable but the install script will check apt-cache and try to install tomcat8, then tomcat7, then tomcat6...

* Optional commented line

Added a commented out line in case someone wants to force an older/specific tomcat install
2017-08-02 06:24:36 -05:00
249da0ba33 add architecture check for freerdp (#12)
* add shebang-row

* use FreeRDP depending on current architecture

* add architecture check
2017-08-02 05:27:53 -05:00
a153623ce8 Fixed MCJVERSION
Stupid spaces
2017-08-01 08:15:07 -05:00
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
911a18ab0c Add files via upload 2017-07-21 17:49:40 -05:00
34c8f44543 automated schema upgrade check
If the schema upgrade needs to happen then the file name would exist with the current version's name so it's easy enough to check for and run if necessary.
2017-07-17 18:05:08 -05:00
8e8b6056dc There is no schema upgrade from 0.9.11 to 0.9.12 2017-04-12 16:03:13 -05:00
5e64ba90c9 version update 2017-04-05 12:34:59 -04:00
c4ebfaac2c Fixed a static version number 2017-03-30 21:10:52 -05:00
e8571f50b7 Variable separation
Made variables into ${} for clearer separation
2017-03-12 13:34:07 -05:00
d2696b552a Update guac-upgrade.sh
Fixed spaces on VERSION line
Appended '|rtrimstr("/")' to '.preferred' to remove trailing "/"
2017-03-10 11:13:26 -10:00
c1ad43febc Initial Script for Guacamole Upgrade 2017-02-03 21:19:36 -06:00