From 8f3703e7eb224535c2003ba6f96040d211121052 Mon Sep 17 00:00:00 2001 From: "Benjamin D. Plessinger" Date: Wed, 19 Aug 2020 10:27:30 -0400 Subject: [PATCH] more updates to update docs --- docs/software-requirements.md | 2 ++ docs/upgrade.md | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/software-requirements.md b/docs/software-requirements.md index b3243832d9..c7368df9c1 100644 --- a/docs/software-requirements.md +++ b/docs/software-requirements.md @@ -23,6 +23,7 @@ Open XDMoD requires the following software: - [APCu][php-pecl-apcu] - [Java][] 1.8 including the [JDK][] - [Chromium][] +- [libRsvg][] - [ghostscript][] 9+ - [cron][] - [logrotate][] @@ -51,6 +52,7 @@ Open XDMoD requires the following software: [java]: https://java.com/ [jdk]: http://www.oracle.com/technetwork/java/javase/downloads/index.html [chromium]: https://www.chromium.org/Home +[librsvg]: https://wiki.gnome.org/Projects/LibRsvg [ghostscript]: https://www.ghostscript.com/ [cron]: https://en.wikipedia.org/wiki/Cron [logrotate]: https://linux.die.net/man/8/logrotate diff --git a/docs/upgrade.md b/docs/upgrade.md index 8990327b83..aed8757778 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -88,6 +88,9 @@ changed in the new version. You do not need to merge If you have manually edited this file, you should create a backup and merge any changes after running the upgrade script. +*NOTE: This upgrade changes the dependency on `PhantomJS` to `chromium` and `libRSVG`. These new dependencies will need to be manually installed. See the [Software Requirements](software-requirements.html) for more details +`PhantomJS` is no longer required by Open XDMoD and will need to be removed manually.* + ### Verify Server Configuration Settings Double check that the MySQL server configuration settings are consistent with @@ -105,7 +108,7 @@ enhancements and bug fixes. You may upgrade directly from 9.0.0. -*NOTE: This upgrade changes the dependency on `PhantomJS` to `chromium-headless` and `librsvg2-tools`. These new dependencies will be automatically installed by the RPM. +*NOTE: This upgrade changes the dependency on `PhantomJS` to `chromium` and `libRSVG`. These new dependencies will be automatically installed by the RPM. `PhantomJS` WILL NOT be removed automatically; it will need to be removed manually.* ### Configuration File Changes