| @echo off | |
| echo ======================================== | |
| echo Ω NEXUS - Install All Dependencies | |
| echo ======================================== | |
| echo. | |
| echo [1/5] Installing Payment Gateway... | |
| cd /d "%~dp0payment-gateway" | |
| call npm install | |
| if %errorlevel% neq 0 echo ❌ Failed: Payment Gateway | |
| echo. | |
| echo [2/5] Installing IP License System... | |
| cd /d "%~dp0omega-ip-system" | |
| call npm install | |
| if %errorlevel% neq 0 echo ❌ Failed: IP License System | |
| echo. | |
| echo [3/5] Installing Webhook Bridge... | |
| cd /d "%~dp0webhook-bridge" | |
| call npm install | |
| if %errorlevel% neq 0 echo ❌ Failed: Webhook Bridge | |
| echo. | |
| echo [4/5] Installing Auth System... | |
| cd /d "%~dp0auth-system" | |
| call npm install | |
| if %errorlevel% neq 0 echo ❌ Failed: Auth System | |
| echo. | |
| echo [5/5] Installing Email Service... | |
| cd /d "%~dp0email-service" | |
| call npm install | |
| if %errorlevel% neq 0 echo ❌ Failed: Email Service | |
| echo. | |
| echo ======================================== | |
| echo ✅ All dependencies installed! | |
| echo ======================================== | |
| echo. | |
| echo Next: Run start-all.bat to start all services | |
| echo. | |
| pause | |
Xet Storage Details
- Size:
- 1.08 kB
- Xet hash:
- a0df02996e8be152016822799f3c2095b9cb76580b093f19d25efc2611ef657d
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.