chore: Update installer to deploy Web UI to root path /var/www/html/

This commit is contained in:
2025-12-09 18:21:32 +00:00
parent 258d53f7d6
commit 6c5ec902ca
5 changed files with 6 additions and 6 deletions

View File

@@ -94,7 +94,7 @@ EOF
echo -e " sudo ./install.sh"
echo ""
echo -e "${YELLOW}3. Access Web UI:${NC}"
echo -e " http://[SERVER-IP]/mhvtl-config"
echo -e " http://[SERVER-IP]/"
echo ""
echo -e "${BLUE}For detailed instructions, see README.md in the package${NC}"
echo ""

Binary file not shown.

View File

@@ -1,4 +1,4 @@
Adastra VTL Installer
Version: 1.0.0
Build Date: 2025-12-09 18:18:46
Build Date: 2025-12-09 18:21:12
Build Host: vtl-dev

View File

@@ -4,7 +4,7 @@ set -e
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
INSTALL_DIR="/opt/adastra-vtl"
WEB_DIR="/var/www/html/mhvtl-config"
WEB_DIR="/var/www/html"
SYSTEMD_DIR="/etc/systemd/system"
CONFIG_DIR="/etc/mhvtl"
@@ -320,7 +320,7 @@ print_completion() {
echo ""
echo -e "${BLUE}Installation Details:${NC}"
echo -e " • Install directory: ${YELLOW}$INSTALL_DIR${NC}"
echo -e " • Web UI: ${YELLOW}http://$(hostname -I | awk '{print $1}')/mhvtl-config${NC}"
echo -e " • Web UI: ${YELLOW}http://$(hostname -I | awk '{print $1}')/${NC}"
echo -e " • Config directory: ${YELLOW}$CONFIG_DIR${NC}"
echo ""
echo -e "${BLUE}Quick Start:${NC}"

View File

@@ -4,7 +4,7 @@ set -e
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
INSTALL_DIR="/opt/adastra-vtl"
WEB_DIR="/var/www/html/mhvtl-config"
WEB_DIR="/var/www/html"
SYSTEMD_DIR="/etc/systemd/system"
CONFIG_DIR="/etc/mhvtl"
@@ -320,7 +320,7 @@ print_completion() {
echo ""
echo -e "${BLUE}Installation Details:${NC}"
echo -e " • Install directory: ${YELLOW}$INSTALL_DIR${NC}"
echo -e " • Web UI: ${YELLOW}http://$(hostname -I | awk '{print $1}')/mhvtl-config${NC}"
echo -e " • Web UI: ${YELLOW}http://$(hostname -I | awk '{print $1}')/${NC}"
echo -e " • Config directory: ${YELLOW}$CONFIG_DIR${NC}"
echo ""
echo -e "${BLUE}Quick Start:${NC}"