1
0
mirror of https://git.koehlerweb.org/frodovdr/guac-install synced 2025-06-28 21:33:33 +02:00
Commit Graph

102 Commits

Author SHA1 Message Date
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
c45f9a62c7 Update guac-install.sh
Yup drunk
2018-01-20 16:57:53 -05:00
c378aae2f6 Update guac-install.sh
I'm drunk
2018-01-20 16:54:59 -05:00
5cc42e949e Quick Fix SERVER for Debian
Closes #27
Need to write better fix when I get time
2018-01-20 16:54:25 -05:00
e460822772 Fix if statement
Closes #25
2018-01-20 15:32:22 -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
37e2481c7f Fixing Revert (Wrong Line Numbers) 2018-01-18 10:28:01 -05:00
f5bebc8e9d Revert Change (Wrong Branch) 2018-01-18 10:26:02 -05:00
06ca66f50f Remove rm and ln for tomcat/.guacamole
According to the documentation, none of this will be required (not even sure it was correct to begin with hah)
2018-01-18 10:23:51 -05:00
3f8ecfca33 Added Download Check 2017-12-01 11:56:25 -06:00
1efaadbf77 Updated Password Logic 2017-12-01 11:55:22 -06:00
5ef98b2246 Update Download Locations & Logic 2017-12-01 11:49:26 -06:00
342f4fe021 Updated Download Location 2017-12-01 11:43:20 -06:00
ede1394cfa Updated Download Location 2017-12-01 11:42:31 -06:00
884e5f3136 Remove curl and jq
curl and jq are no longer required for the script to function correctly, I don't want to force installation of something not required :)
2017-12-01 11:31:45 -06:00
34255df725 Updated Download Locations
Updated Download Locations
2017-12-01 11:17:13 -06:00
8cd64fd3f0 Typo 2017-11-29 14:54:26 -06:00
0fd33f78fd Verify Passwords, Confirm File Downloads
In addition to closing #20 it also does a basic check to see if files are actually downloaded from the Apache mirror and exits if they fail...
2017-11-29 14:50:18 -06:00
d60ce6f219 Variable Updates 2017-11-12 11:13:45 -06:00
8b6519fa01 Tomcat 7 & MCJVERSION Update 2017-11-12 11:11:22 -06:00
5144fa9d49 Finishing Notes and Recommendation 2017-11-12 10:57:04 -06:00
8180039f58 New MCJVERSION 5.1.44 2017-11-11 10:04:42 -06:00
1a71abb191 Reorder and Comment 2017-11-11 10:03:42 -06:00
3cc5ae61f7 Note on Tomcat8 2017-10-21 20:55:39 -05:00
cc71a019dc MySQL Sleep 2017-10-13 10:52:34 -05:00
b5ba64a6c0 Remove Tomcat8 & Modify Dep Checks 2017-10-13 10:01:51 -05:00
95b8374745 Update README.md 2017-09-20 09:47:21 -05:00
1d64cce4b9 Fix libpng-dev for Ubuntu 16.10 2017-09-20 09:44:39 -05:00
3296a14429 Grammar 2017-08-21 21:55:35 -05:00
4ff5a7b6a4 Update guac-install.sh (#18)
Grammar Fixes
2017-08-21 21:54:27 -05:00
9ef2781e55 YELLING 2017-08-21 21:50:24 -05:00
e4ecf3eda0 Fixed Typos - Switched to apt 2017-08-21 21:49:49 -05:00
24f39dbe17 Fixed Typos - Switched to apt 2017-08-21 21:48:58 -05:00
ada86f1df9 Mostly Typo Fixes (#17)
* fixed typo

* fix typos; use mkdir -p

fix a couple of minor typos and some unnecessary caps; switch to mkdir -p (create parent directories) in Make Directories section to save one line and prevent errors if directories already exist

* switch from apt-get to apt; lose -qq for install

* fix typo
2017-08-21 21:46:45 -05:00
6f86913589 Added dpkg-dev to the apt list and re-ordered 2017-08-14 12:15:19 -05:00
7eb98dd683 {Variable}
I like my squiggles!
2017-08-03 06:36:14 -05:00
f6dc0c19da change the old architecture check (#16) 2017-08-03 06:32:47 -05:00
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
948c43c9c3 Update README.md 2017-08-02 06:31:42 -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
623c6c652f Update README.md 2017-07-31 17:28:56 -05:00
2236cff626 Update README.md 2017-07-31 13:02:14 -05:00
8579fa2fa7 Fixed Missing Quote 2017-07-29 16:56:47 -05:00
ea91e025fd Debian support (#9)
* Debian Dependencies

* Debian Support

* Fixed Order to reflect guac manual

* Debian Support

Fixes Issue #8
2017-07-29 14:33:15 -05:00
fd169f2647 Fixed MCJVERSION variable
Oops
2017-07-24 15:26:06 -05:00
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
169ab6d302 Fixed Docker Sources 2017-07-23 20:38:35 -05:00