Remove legacy BETY installation content from dedicated install page (#3744) - #4055
Open
ANAMASGARD wants to merge 1 commit into
Open
Remove legacy BETY installation content from dedicated install page (#3744)#4055ANAMASGARD wants to merge 1 commit into
ANAMASGARD wants to merge 1 commit into
Conversation
Fixes PecanProject#3744. The BETY install page is now a Docker-first router that delegates bare-metal installation to the BETY Technical Guide. Legacy PHP/Ruby content removed from this page only.
Contributor
Author
|
All documentation-relevant checks pass ( The 6 failing |
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.
Fixes #3744
Description
Replaces the deprecated BETY installation page with a short Docker-first router page and removes all legacy manual installation content from
05_install_BETY.Rmd.Removed from the dedicated BETY install page:
load.bety.shdatabase setupAdded instead:
Also removes the stale
THIS PAGE IS DEPRECATEDlabel from the OS install navigation in00_install_OS.Rmd. The{#install-bety}anchor is preserved so existing links (e.g. fromREADME.md) continue to work.Motivation and Context
The BETY install page previously warned that it was deprecated but still contained extensive PHP/Ruby/manual setup instructions. That created conflicting installation paths and maintenance burden, especially given outdated Ruby/Rails versions.
Per maintainer consensus on #3744:
This PR addresses the dedicated BETY page only. Legacy BETY material on Ubuntu/CentOS/macOS install pages and the broken
[Installing BETY]reference in05-compile-pecan.Rmdare intentionally left for follow-up work.Review Time Estimate
Types of changes
Checklist:
renderbookCI expected to validate)Test plan
05_install_BETY.Rmd(source grep)#install-bety,#install-docker, and BETY Technical Guide URL present in sourceTHIS PAGE IS DEPRECATEDremoved from navbookdown::render_book()succeeds locally