Commit Graph
100 Commits
Author SHA1 Message Date
Chase WrightandGitHub 06e734b9c1 Update README.md 2018-11-16 08:08:16 -06:00
Chase WrightandGitHub e4d5594d36 Update README.md
No longer broken for 18.04
2018-09-25 08:24:52 -05:00
Chase WrightandGitHub ca284a22ff Patch 18.04 + Minor Fixes
My installation of 18.04 did not include the `universe` repo by default. This fixes that.
2018-09-13 13:47:37 -05:00
Chase WrightandGitHub 764dcbd893 Patch 0.9.14 + Minor Fixes
Attempts to download and patch `typescript.c` via `https://github.com/apache/guacamole-server/commit/cd0e48234a079813664052b56c501e854753303a.patch`
2018-09-13 12:21:33 -05:00
Chase WrightandGitHub cf620b0616 Update README.md 2018-09-01 09:39:06 -05:00
Chase WrightandGitHub cc13a49d36 Add root/sudo check 2018-09-01 09:38:30 -05:00
Chase WrightandGitHub 1c22d77142 Update README.md 2018-09-01 09:37:48 -05:00
Chase WrightandGitHub 4ae4546d6d Add root/sudo check
Add root/sudo check thanks to @bmullan
2018-09-01 09:33:32 -05:00
Chase WrightandGitHub 068c61018c Add link to HTTPS
Closes #43
2018-04-20 08:34:20 -05:00
Chase WrightandGitHub 7859f231d3 docker-ce
Closes #42
2018-04-01 10:00:47 -05:00
Chase WrightandGitHub 169058d029 Account for gcc < 6 (#40)
* Account for gcc < 6
2018-03-12 17:15:26 -05:00
Chase WrightandGitHub 8260cdda51 Fix Comment (#39)
* Just fixing a silly comment
2018-03-12 16:54:36 -05:00
Chase WrightandGitHub 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 WrightandGitHub 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
Chase WrightandGitHub a3375c6805 Fix weird quotes 2018-02-23 18:46:48 -06:00
Chase WrightandGitHub 714ae7f20d Allow Remote MySQL Upgrade
Thanks dockworka@netattack.it
2018-02-15 09:17:05 -06:00
Chase WrightandGitHub 5d3eac71f8 Update guac-upgrade.sh 2018-02-11 11:24:31 -06:00
Chase WrightandGitHub 75f965ef9d Switch to libmysql-java (#31)
* Switch to libmysql-java
2018-02-05 13:11:58 -05:00
Chase WrightandGitHub 13cffd998a freerdp = freerdp-x11
In some distros there is more than one version available

Also, according to the documentation...this is actually a required item but it was added as a fix suggested by some other people...
2018-01-22 18:55:42 -06:00
Chase WrightandGitHub f736bc6389 Ensure guacd started
I don't know if this is required but it doesn't hurt
2018-01-20 21:57:00 -05:00
Chase WrightandGitHub 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
Chase WrightandGitHub 064b9612f9 echo for database patching 2018-01-20 19:57:34 -05:00
Chase WrightandGitHub 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
Chase WrightandGitHub c45f9a62c7 Update guac-install.sh
Yup drunk
2018-01-20 16:57:53 -05:00
Chase WrightandGitHub c378aae2f6 Update guac-install.sh
I'm drunk
2018-01-20 16:54:59 -05:00
Chase WrightandGitHub 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
Chase WrightandGitHub e460822772 Fix if statement
Closes #25
2018-01-20 15:32:22 -05:00
Chase WrightandGitHub 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 WrightandGitHub 37e2481c7f Fixing Revert (Wrong Line Numbers) 2018-01-18 10:28:01 -05:00
Chase WrightandGitHub f5bebc8e9d Revert Change (Wrong Branch) 2018-01-18 10:26:02 -05:00
Chase WrightandGitHub 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
Chase WrightandGitHub 3f8ecfca33 Added Download Check 2017-12-01 11:56:25 -06:00
Chase WrightandGitHub 1efaadbf77 Updated Password Logic 2017-12-01 11:55:22 -06:00
Chase WrightandGitHub 5ef98b2246 Update Download Locations & Logic 2017-12-01 11:49:26 -06:00
Chase WrightandGitHub 342f4fe021 Updated Download Location 2017-12-01 11:43:20 -06:00
Chase WrightandGitHub ede1394cfa Updated Download Location 2017-12-01 11:42:31 -06:00
Chase WrightandGitHub 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
Chase WrightandGitHub 34255df725 Updated Download Locations
Updated Download Locations
2017-12-01 11:17:13 -06:00
Chase WrightandGitHub 8cd64fd3f0 Typo 2017-11-29 14:54:26 -06:00
Chase WrightandGitHub 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
Chase WrightandGitHub d60ce6f219 Variable Updates 2017-11-12 11:13:45 -06:00
Chase WrightandGitHub 8b6519fa01 Tomcat 7 & MCJVERSION Update 2017-11-12 11:11:22 -06:00
Chase WrightandGitHub 5144fa9d49 Finishing Notes and Recommendation 2017-11-12 10:57:04 -06:00
Chase WrightandGitHub 8180039f58 New MCJVERSION 5.1.44 2017-11-11 10:04:42 -06:00
Chase WrightandGitHub 1a71abb191 Reorder and Comment 2017-11-11 10:03:42 -06:00
Chase WrightandGitHub 3cc5ae61f7 Note on Tomcat8 2017-10-21 20:55:39 -05:00
Chase WrightandGitHub cc71a019dc MySQL Sleep 2017-10-13 10:52:34 -05:00
Chase WrightandGitHub b5ba64a6c0 Remove Tomcat8 & Modify Dep Checks 2017-10-13 10:01:51 -05:00
Chase WrightandGitHub 95b8374745 Update README.md 2017-09-20 09:47:21 -05:00
Chase WrightandGitHub 1d64cce4b9 Fix libpng-dev for Ubuntu 16.10 2017-09-20 09:44:39 -05:00
Chase WrightandGitHub 3296a14429 Grammar 2017-08-21 21:55:35 -05:00
Chase WrightandGitHub 4ff5a7b6a4 Update guac-install.sh (#18)
Grammar Fixes
2017-08-21 21:54:27 -05:00
Chase WrightandGitHub 9ef2781e55 YELLING 2017-08-21 21:50:24 -05:00
Chase WrightandGitHub e4ecf3eda0 Fixed Typos - Switched to apt 2017-08-21 21:49:49 -05:00
Chase WrightandGitHub 24f39dbe17 Fixed Typos - Switched to apt 2017-08-21 21:48:58 -05:00
Chase WrightandGitHub 6f86913589 Added dpkg-dev to the apt list and re-ordered 2017-08-14 12:15:19 -05:00
Chase WrightandGitHub 7eb98dd683 {Variable}
I like my squiggles!
2017-08-03 06:36:14 -05:00
Chase WrightandGitHub 948c43c9c3 Update README.md 2017-08-02 06:31:42 -05:00
Chase WrightandGitHub 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
Chase WrightandGitHub a153623ce8 Fixed MCJVERSION
Stupid spaces
2017-08-01 08:15:07 -05:00
Chase WrightandGitHub 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 WrightandGitHub 623c6c652f Update README.md 2017-07-31 17:28:56 -05:00
Chase WrightandGitHub 2236cff626 Update README.md 2017-07-31 13:02:14 -05:00
Chase WrightandGitHub 8579fa2fa7 Fixed Missing Quote 2017-07-29 16:56:47 -05:00
Chase WrightandGitHub 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
Chase WrightandGitHub fd169f2647 Fixed MCJVERSION variable
Oops
2017-07-24 15:26:06 -05:00
Chase WrightandGitHub 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 WrightandGitHub 169ab6d302 Fixed Docker Sources 2017-07-23 20:38:35 -05:00
Chase WrightandGitHub bf0c034108 Undoing libjpeg62-dev
I forgot that this was already a requirement and that I bypassed it with libjpeg-turbo8-dev
2017-07-21 19:12:35 -05:00
Chase WrightandGitHub 3ac4083c23 Added libjpeg62-dev
As per the new 0.9.13 libjpeg62-dev is recommended, so might as well add it now...
2017-07-21 19:10:26 -05:00
Chase WrightandGitHub c5cc713167 Fixed CRLF & curl/wget 2017-07-21 17:53:17 -05:00
Chase WrightandGitHub 4e2c96a84c Merge pull request #7 from MysticRyuujin/MSJV
MySQL Connector/J Upgrade
2017-07-21 17:50:57 -05:00
Chase WrightandGitHub 911a18ab0c Add files via upload 2017-07-21 17:49:40 -05:00
Chase WrightandGitHub 4727b3a917 Merge pull request #6 from MysticRyuujin/EOF
Fixed EOF
2017-07-21 17:40:38 -05:00
Chase WrightandGitHub b4287f52a9 Fixed EOF 2017-07-21 17:40:27 -05:00
Chase WrightandGitHub 2d2e94e646 CRLF Fixed
Don't need dos2unix anymore :)
2017-07-20 12:47:36 -05:00
Chase WrightandGitHub 804166273e Merge pull request #5 from MysticRyuujin/CRLF
Fixing CRLF
2017-07-20 12:46:30 -05:00
Chase WrightandGitHub 422752c135 Fixing CRLF 2017-07-20 12:46:08 -05:00
Chase WrightandGitHub 72d716f427 Merge pull request #4 from Lillecarl/instructions
Update instructions in readme
2017-07-20 12:25:55 -05:00
Chase WrightandGitHub 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
Chase WrightandGitHub 8e8b6056dc There is no schema upgrade from 0.9.11 to 0.9.12 2017-04-12 16:03:13 -05:00
Chase WrightandGitHub d7fb548513 Merge pull request #3 from tyron/master
script to install just guacamole-server + version update
2017-04-12 15:59:37 -05:00
Chase WrightandGitHub c4ebfaac2c Fixed a static version number 2017-03-30 21:10:52 -05:00
Chase WrightandGitHub d93f1ea7ec Update README.md 2017-03-12 13:43:21 -05:00
Chase WrightandGitHub 4e0582180a Update README.md 2017-03-12 13:42:53 -05:00
Chase WrightandGitHub dbfed5a6c0 Update README.md 2017-03-12 13:41:20 -05:00
Chase WrightandGitHub 279dc3ec3b Update docker-install.sh 2017-03-12 13:36:03 -05:00
Chase WrightandGitHub 7e1203c8a6 Trimmed "/" from $SERVER 2017-03-12 13:35:19 -05:00
Chase WrightandGitHub e8571f50b7 Variable separation
Made variables into ${} for clearer separation
2017-03-12 13:34:07 -05:00
Chase WrightandGitHub c85c0a7784 Update Java Connector Version & Other Minor Fixes
Latest Java Connector is 5.1.41
Trimmed "/" from $SERVER
Put variables into ${} for clearer separation
2017-03-12 13:32:25 -05:00
Chase WrightandGitHub ea1d52e012 Merge pull request #2 from kevbarroga/master
Update guac-upgrade.sh
2017-03-10 15:19:44 -06:00
Chase WrightandGitHub e4198c279f Fixed $VERSION variable 2017-03-03 22:38:48 -06:00
Chase WrightandGitHub de47d3d07b Removed build-essential from Docker version 2017-03-03 22:37:29 -06:00
Chase WrightandGitHub 70ece90f98 added apt-get update and build-essential 2017-03-03 22:34:01 -06:00
Chase WrightandGitHub 433c5275ff Included apt-get update and build-essentials 2017-03-03 22:33:32 -06:00
Chase WrightandGitHub 02f6f18e9c Fixed localhost 2017-02-17 14:22:48 -06:00
Chase WrightandGitHub 0cb80f82ca Updated SQL code from localhost to % 2017-02-11 08:49:09 -06:00
Chase WrightandGitHub 72f61761ed Updated Version, Fixed some syntax 2017-02-11 08:47:49 -06:00
Chase WrightandGitHub c1ad43febc Initial Script for Guacamole Upgrade 2017-02-03 21:19:36 -06:00
Chase WrightandGitHub 6f87ddae07 Updated Version Information
I converted all instances of "0.9.10" to $VERSION and defined VERSION="0.9.11"
2017-02-03 21:08:18 -06:00