Skip to content

Commit 37e7e6e

Browse files
committed
Included some important info for the installation script users
1 parent b6bfb3d commit 37e7e6e

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

install_vivid_volcano.sh

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ install_system_dependencies() {
437437
echo
438438

439439
local optional_deps=(
440-
"libxml2:XML data processing:Enables xml2 and gt packages for enhanced tables"
440+
"libxml2:XML data processing::Enables xml2 package for XML/HTML parsing and web scraping (gt tables should work without this - install only if you have issueus with GT tables display in the app"
441441
"cairo:High-quality graphics:Fixes macOS graphics issues and enables publication-quality plots"
442442
"harfbuzz:Advanced typography:Complex text layout and font shaping"
443443
"fribidi:Bidirectional text:Right-to-left language support"
@@ -524,7 +524,7 @@ install_system_dependencies() {
524524
*)
525525
print_warning "Unknown environment - skipping system dependencies"
526526
print_info "Vivid Volcano will work with basic functionality"
527-
print_info "You may install development libraries manually for enhanced features"
527+
print_info "You may install system libraries manually for enhanced features"
528528
;;
529529
esac
530530

@@ -1062,13 +1062,23 @@ main() {
10621062
start_time=$(date +%s)
10631063

10641064
# Header
1065-
print_header "VIVID VOLCANO INSTALLER v4.6"
1065+
print_header "VIVID VOLCANO UNIVERSAL INSTALLER"
10661066
echo -e "${CYAN}Repository:${NC} https://github.com/DatViseR/Vivid-Volcano"
10671067
echo -e "${CYAN}Author:${NC} DatViseR"
10681068
echo -e "${CYAN}Environment:${NC} $(detect_environment)"
10691069
echo
1070-
echo -e "${YELLOW}💡 Cloud Alternative:${NC} For instant access, visit ${BLUE}https://vivid-volcano.com${NC}"
1071-
echo -e "${CYAN} No installation required, works immediately in any browser${NC}"
1070+
echo -e "${YELLOW}💡Public Cloud availible:${NC} For instant access, visit ${BLUE}https://datviser-vivid-volcano.share.connect.posit.cloud/${NC}"
1071+
echo -e "${CYAN} Availible via web; Data privacy: When you use this cloud-based application, your data is processed securely within your own session. What it means :
1072+
1073+
Your uploaded data is not stored permanently, and it is not accessible to other users.
1074+
1075+
Each session is isolated, meaning your data is only available during your active session and is automatically cleared when the session ends (including temporal logs).
1076+
1077+
Vivid Volcano does not collect, store, or share any uploaded files or analysis results. It collects non-sensitive telemetry data - number of sessions, analyses performed, time of sessions etc....
1078+
1079+
For your safety, I recommend not uploading highly sensitive data (ex. not blinded patients data) , as the app is hosted on a public server without authentication. For sensitive data you can
1080+
use this installer to install the app localy or in your own cloud container.
1081+
${NC}"
10721082
echo
10731083

10741084
# Installation flow confirmation

0 commit comments

Comments
 (0)