docs: update v2 config deploy guide for Ubuntu 22.04, JDK 11, Tomcat …#172
Open
Hitanshi7556 wants to merge 6 commits intoOneBusAway:mainfrom
Open
docs: update v2 config deploy guide for Ubuntu 22.04, JDK 11, Tomcat …#172Hitanshi7556 wants to merge 6 commits intoOneBusAway:mainfrom
Hitanshi7556 wants to merge 6 commits intoOneBusAway:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the v2.x Configuration and Deployment Guide to reflect a modern/manual install path aligned with the current ecosystem (Ubuntu 22.04, Java 11, Tomcat 9, MySQL 8, updated artifact locations), while encouraging Docker as the preferred deployment approach.
Changes:
- Refreshes the manual install guide for Ubuntu 22.04 + OpenJDK 11 + Tomcat 9 + MySQL 8.
- Updates binary download URLs/version references and the MySQL Connector/J version.
- Updates example
data-sources.xmlsnippets for MySQL 8 (com.mysql.cj.jdbc.Driver) and removes a duplicate Spring bean in the API webapp snippet.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #118
This PR updates the Configuration and Deployment Guide for v2.x, which was severely outdated. A previous contributor (gorgwu) attempted this in PR #125 but their fork was deleted This PR picks up that work and discussions
Changes Made
OS and Software Versions
openjdk-11-jdk.apt-getand all paths updated accordingly (/var/lib/tomcat9/,service tomcat9, etc).mysql-connector-java-5.1.46-bin.jartomysql-connector-j-8.3.0.jar.MySQL Installation
.debmethod is no longer needed.ALTER USER.Download URLs
2.0.0version URLs pointing to the dead nexus server with current version2.5.12-csfrom the Cambridge Systematics repo.site_metadata.ymlis not possible in.mdfiles (only.erb), so the version is kept as a static string with clear instructions.data-sources.xml Updates
com.mysql.jdbc.Drivertocom.mysql.cj.jdbc.Driverin all three webapp configs (federation, API, enterprise). This is required for MySQL 8 compatibility.PropertyOverrideConfigurerbean removed from API webapp config.Text Fixes
<div>at the top (as requested by @aaronbrethorst in PR Update the "Configuration and Deployment Guide for v2.x" Document #125 — it was added to flag the guide as outdated, and these changes fix that).What Was Not Changed
PTAL @aaronbrethorst
I would make the changes sugegsted by you!
thank you