Skip to content
This repository was archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #377 from ggalmazor/issue_368_add_upgrade_warning_…
Browse files Browse the repository at this point in the history
…installer

Issue 368 add upgrade from v1 warning to the installer
  • Loading branch information
yanokwa authored Jan 21, 2019
2 parents 080f1f3 + e0c62cf commit 98f6fbd
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion installer/project/components/params.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,18 @@ NOTE: If you want to use the Microsoft Azure SQL Server, you must configure Tomc
</option>
</optionList>
</choiceParameter>
<linkParameter>
<name>infoUpgradingTov2</name>
<title>Pre-installation Requirements - Upgrading from Aggregate v1.x</title>
<description>https://docs.opendatakit.org/aggregate-upgrade</description>
<explanation>If you are upgrading from Aggregate v1.x and you are using Google account credentials, please migrate those credentials to ODK accounts before proceeding with the installation. Google credentials are no longer supported and cannot be used to log into Aggregate v2.x.</explanation>
<insertAfter>${platform}</insertAfter>
<clickedActionList>
<launchBrowser>
<url>https://docs.opendatakit.org/aggregate-upgrade</url>
</launchBrowser>
</clickedActionList>
</linkParameter>
<linkParameter>
<name>infoTomcat</name>
<title>Pre-installation Requirements - Apache Tomcat</title>
Expand All @@ -173,7 +185,7 @@ Apache Tomcat 8 can be downloaded from the link below.
If you modify any of the Apache Tomcat defaults, please make note of them.
NOTE: If you want to use the Microsoft Azure SQL Server, you must configure Tomcat 8 to use Java 8.]]></explanation>
<insertAfter>${platform}</insertAfter>
<insertAfter>${infoUpgradingTov2}</insertAfter>
<clickedActionList>
<launchBrowser>
<url>http://tomcat.apache.org/download-80.cgi</url>
Expand Down

0 comments on commit 98f6fbd

Please sign in to comment.