docs(quick-4): update documentation for port 9999 and dual-mode
README.md: - Update Essential files section with dual-mode default behavior - Update dual-mode display section with port 9999 as Remote HD - Update Display Modes table to include port 9999 and dual-mode note WIKI.md: - Add Remote HD Mode (Port 9999) section with full HD details - Update Start Script Options table with dev:9999 and dual-mode - Clarify port usage (8888 kiosk, 9090 legacy remote, 9999 remote HD) install_everything.sh: - Add dual-mode server information to startup message
This commit is contained in:
@@ -150,10 +150,16 @@ start_app() {
|
||||
echo -e "${GREEN}Installation complete!${NC}"
|
||||
echo -e "${GREEN}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${NC}"
|
||||
echo ""
|
||||
echo -e "Starting TCK RTU menu..."
|
||||
echo -e "${GREEN}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${NC}"
|
||||
echo -e "${GREEN} Dual-mode servers will be available:${NC}"
|
||||
echo -e "${GREEN} - Kiosk (port 8888): 7\" touchscreen display${NC}"
|
||||
echo -e "${GREEN} - Remote HD (port 9999): Full HD desktop access${NC}"
|
||||
echo -e "${GREEN}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${NC}"
|
||||
echo ""
|
||||
echo -e "Starting TCK RTU in dual-mode..."
|
||||
echo ""
|
||||
|
||||
# Run start.sh
|
||||
# Run start.sh (starts dual-mode by default)
|
||||
./start.sh
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user