Phase 3.1: Enhanced Chore Logging and Reporting System
This commit is contained in:
39
setup_complete_network.bat
Normal file
39
setup_complete_network.bat
Normal file
@@ -0,0 +1,39 @@
|
||||
@echo off
|
||||
echo ========================================
|
||||
echo Family Hub - Complete Network Setup
|
||||
echo ========================================
|
||||
echo.
|
||||
echo This will configure Family Hub for network access
|
||||
echo (accessible from other PCs on your network)
|
||||
echo.
|
||||
pause
|
||||
echo.
|
||||
|
||||
echo Step 1: Configuring network access...
|
||||
call setup_network_access.bat
|
||||
echo.
|
||||
|
||||
echo Step 2: Setting up firewall rules...
|
||||
echo.
|
||||
echo Opening firewall setup (requires Administrator)...
|
||||
echo Please run "setup_firewall.bat" as Administrator
|
||||
echo.
|
||||
echo Right-click setup_firewall.bat and select "Run as administrator"
|
||||
echo.
|
||||
pause
|
||||
echo.
|
||||
|
||||
echo Step 3: Starting services...
|
||||
echo.
|
||||
echo Please follow these steps in order:
|
||||
echo.
|
||||
echo Terminal 1: Start Backend
|
||||
echo D:\Hosted\familyhub\restart_backend.bat
|
||||
echo.
|
||||
echo Terminal 2: Start Frontend
|
||||
echo cd D:\Hosted\familyhub\frontend
|
||||
echo npm run dev
|
||||
echo.
|
||||
echo Then access from any device at the URL shown above
|
||||
echo.
|
||||
pause
|
||||
Reference in New Issue
Block a user