Firefly-2099: Harden and improve Firefly standalone install - #2013
Open
robyww wants to merge 1 commit into
Open
Conversation
- add to build_publis an option make only standalone - get_firefly now has a development mode to pull from a branch build - more checking after each download - java install less fragile - documenation has better trouble shooting - fallback clean up of redis - fix a couple of bug
robyww
force-pushed
the
FIREFLY-2099-stand-hard
branch
from
September 11, 2026 20:25
dae79ec to
4a2b465
Compare
robyww
marked this pull request as ready for review
September 11, 2026 20:51
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.
Firefly-2099: Harden and improve Firefly standalone install
build_publishan option make only standalone.zipget_fireflynow has a development mode to pull from a branch buildTesting
get_fireflyin branch testing mode. This command should be from a bash promptcurl -L https://raw.githubusercontent.com/Caltech-IPAC/firefly/refs/heads/FIREFLY-2099-stand-hard/bin/get-firefly | FIREFLY_BRANCH=FIREFLY-2099-stand-hard bashff startff statusff stopff status(again)ff uninstallAlternate which to do test install
get_fireflyrequiresjqbe installed. If you don't have it (which jq) then you will need to us this command which defines the github run id directlycurl -L https://raw.githubusercontent.com/Caltech-IPAC/firefly/refs/heads/FIREFLY-2099-stand-hard/bin/get-firefly | FIREFLY_BRANCH=FIREFLY-2099-stand-hard FIREFLY_RUN_ID=34644359475 bash