1
0
mirror of https://github.com/MysticRyuujin/guac-install.git synced 2023-10-10 13:36:56 +02:00
Commit Graph

70 Commits

Author SHA1 Message Date
Chase Wright
24f39dbe17 Fixed Typos - Switched to apt 2017-08-21 21:48:58 -05:00
Brandon
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
Chase Wright
6f86913589 Added dpkg-dev to the apt list and re-ordered 2017-08-14 12:15:19 -05:00
Chase Wright
7eb98dd683 {Variable}
I like my squiggles!
2017-08-03 06:36:14 -05:00
MysticEmpires
f6dc0c19da change the old architecture check (#16) 2017-08-03 06:32:47 -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
948c43c9c3 Update README.md 2017-08-02 06:31:42 -05:00
Chase Wright
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
MysticEmpires
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
Chase Wright
a153623ce8 Fixed MCJVERSION
Stupid spaces
2017-08-01 08:15:07 -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
623c6c652f Update README.md 2017-07-31 17:28:56 -05:00
Chase Wright
2236cff626 Update README.md 2017-07-31 13:02:14 -05:00
Chase Wright
8579fa2fa7 Fixed Missing Quote 2017-07-29 16:56:47 -05:00
Chase Wright
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 Wright
fd169f2647 Fixed MCJVERSION variable
Oops
2017-07-24 15:26:06 -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
Chase Wright
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 Wright
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 Wright
c5cc713167 Fixed CRLF & curl/wget 2017-07-21 17:53:17 -05:00
Chase Wright
4e2c96a84c Merge pull request #7 from MysticRyuujin/MSJV
MySQL Connector/J Upgrade
2017-07-21 17:50:57 -05:00
Chase Wright
911a18ab0c Add files via upload 2017-07-21 17:49:40 -05:00
Chase Wright
4727b3a917 Merge pull request #6 from MysticRyuujin/EOF
Fixed EOF
2017-07-21 17:40:38 -05:00
Chase Wright
b4287f52a9 Fixed EOF 2017-07-21 17:40:27 -05:00
Chase Wright
2d2e94e646 CRLF Fixed
Don't need dos2unix anymore :)
2017-07-20 12:47:36 -05:00
Chase Wright
804166273e Merge pull request #5 from MysticRyuujin/CRLF
Fixing CRLF
2017-07-20 12:46:30 -05:00
Chase Wright
422752c135 Fixing CRLF 2017-07-20 12:46:08 -05:00
Chase Wright
72d716f427 Merge pull request #4 from Lillecarl/instructions
Update instructions in readme
2017-07-20 12:25:55 -05:00
Carl Hjerpe
9d13ffc8f8 Update instructions in readme 2017-07-20 19:14:06 +02:00
Chase Wright
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 Wright
8e8b6056dc There is no schema upgrade from 0.9.11 to 0.9.12 2017-04-12 16:03:13 -05:00
Chase Wright
d7fb548513 Merge pull request #3 from tyron/master
script to install just guacamole-server + version update
2017-04-12 15:59:37 -05:00
Tyron
f64b83540a version update 2017-04-05 12:35:53 -04:00
Tyron
5e64ba90c9 version update 2017-04-05 12:34:59 -04:00
Tyron
c0956cca6e version update 2017-04-05 12:33:49 -04:00
Tyron
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
Tyron
34c49cecce update to newest version
update to version 0.9.12
2017-04-05 12:13:10 -04:00
Tyron
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
Chase Wright
c4ebfaac2c Fixed a static version number 2017-03-30 21:10:52 -05:00
Chase Wright
d93f1ea7ec Update README.md 2017-03-12 13:43:21 -05:00
Chase Wright
4e0582180a Update README.md 2017-03-12 13:42:53 -05:00
Chase Wright
dbfed5a6c0 Update README.md 2017-03-12 13:41:20 -05: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
e8571f50b7 Variable separation
Made variables into ${} for clearer separation
2017-03-12 13:34:07 -05:00
Chase Wright
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 Wright
ea1d52e012 Merge pull request #2 from kevbarroga/master
Update guac-upgrade.sh
2017-03-10 15:19:44 -06:00
Kevin Barroga
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
Chase Wright
e4198c279f Fixed $VERSION variable 2017-03-03 22:38:48 -06:00