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

17 Commits

Author SHA1 Message Date
Chase Wright
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 Wright
3cc5ae61f7 Note on Tomcat8 2017-10-21 20:55:39 -05:00
Chase Wright
95b8374745 Update README.md 2017-09-20 09:47:21 -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
948c43c9c3 Update README.md 2017-08-02 06:31:42 -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
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
2d2e94e646 CRLF Fixed
Don't need dos2unix anymore :)
2017-07-20 12:47:36 -05:00
Carl Hjerpe
9d13ffc8f8 Update instructions in readme 2017-07-20 19:14:06 +02:00
Tyron
f64b83540a version update 2017-04-05 12:35:53 -04: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
8ee0b24834 Update README.md 2016-12-31 16:44:30 -06:00
Chase Wright
d3dd3223bc Update README.md 2016-08-14 13:31:26 -05:00
Chase Wright
87ce236e0e Initial commit 2016-08-14 13:05:46 -05:00