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

142 Commits

Author SHA1 Message Date
72d716f427 Merge pull request #4 from Lillecarl/instructions
Update instructions in readme
2017-07-20 12:25:55 -05:00
9d13ffc8f8 Update instructions in readme 2017-07-20 19:14:06 +02: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
d7fb548513 Merge pull request #3 from tyron/master
script to install just guacamole-server + version update
2017-04-12 15:59:37 -05:00
f64b83540a version update 2017-04-05 12:35:53 -04:00
5e64ba90c9 version update 2017-04-05 12:34:59 -04:00
c0956cca6e version update 2017-04-05 12:33:49 -04:00
41b7ec2c38 initial file
Script to deploy only the server component of Guacamole. This was intended to simplify installation of Guacamole server into a cloud VM to be later captured as a template and deployed into an auto-scaling group behind a load balancer.
2017-04-05 12:33:25 -04:00
34c49cecce update to newest version
update to version 0.9.12
2017-04-05 12:13:10 -04:00
e151983a73 grab SERVER after package install
Update to grab SERVER value after jq package is installed from repo
2017-04-05 12:12:34 -04:00
c4ebfaac2c Fixed a static version number 2017-03-30 21:10:52 -05:00
d93f1ea7ec Update README.md 2017-03-12 13:43:21 -05:00
4e0582180a Update README.md 2017-03-12 13:42:53 -05:00
dbfed5a6c0 Update README.md 2017-03-12 13:41:20 -05:00
279dc3ec3b Update docker-install.sh 2017-03-12 13:36:03 -05:00
7e1203c8a6 Trimmed "/" from $SERVER 2017-03-12 13:35:19 -05:00
e8571f50b7 Variable separation
Made variables into ${} for clearer separation
2017-03-12 13:34:07 -05:00
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
ea1d52e012 Merge pull request #2 from kevbarroga/master
Update guac-upgrade.sh
2017-03-10 15:19:44 -06: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
e4198c279f Fixed $VERSION variable 2017-03-03 22:38:48 -06:00
de47d3d07b Removed build-essential from Docker version 2017-03-03 22:37:29 -06:00
70ece90f98 added apt-get update and build-essential 2017-03-03 22:34:01 -06:00
433c5275ff Included apt-get update and build-essentials 2017-03-03 22:33:32 -06:00
02f6f18e9c Fixed localhost 2017-02-17 14:22:48 -06:00
0cb80f82ca Updated SQL code from localhost to % 2017-02-11 08:49:09 -06:00
72f61761ed Updated Version, Fixed some syntax 2017-02-11 08:47:49 -06:00
c1ad43febc Initial Script for Guacamole Upgrade 2017-02-03 21:19:36 -06:00
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
b0cbc4e5f0 Fixed Line Breaks
I split apt-get into multiple lines so it wasn't just one long line across the screen.
I also split the SQL database creation by converting it to a multi-line variable
Added more comments
2017-01-28 09:01:35 -06:00
d1933dbae0 Added a check to exit script if apt-get fails
If apt-get fails, likely due to missing dependencies or differing names outside of Ubuntu 16.04.01 LTS official sources, we should just exit and inform the user, no need to keep going...
2017-01-03 09:02:12 -06:00
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
b00d8826a0 Added wget & curl, just in case
Some users have reported that wget and curl are sometimes not installed (weird)
2017-01-02 11:05:13 -06:00
68412434fc Updated to work with 0.9.10
Also removed downloaded files
2016-12-31 16:55:51 -06:00
8ee0b24834 Update README.md 2016-12-31 16:44:30 -06:00
5cd3dfa52f Updated to support Guacamole 0.9.10
Latest versions as of December 31, 2016
2016-12-31 16:40:40 -06:00
f75b3551f7 Created docker-install.sh
Docker Install Script
2016-10-20 20:26:40 -05:00
b01e7fb84d Update guac-install.sh
Fixed the MySQL setup and updated to mysql-connector-java-5.1.39
2016-08-14 14:55:43 -05:00
d3dd3223bc Update README.md 2016-08-14 13:31:26 -05:00
bf6e38b377 First Version
First Version
2016-08-14 13:29:46 -05:00
87ce236e0e Initial commit 2016-08-14 13:05:46 -05:00