폴더단위 권한 제어 기능 추가

This commit is contained in:
koj729
2026-06-15 13:51:06 +09:00
parent 4e33c9a02a
commit d13c414d7f
15 changed files with 1324 additions and 129 deletions

21
auto_start_pm.bat Normal file
View File

@@ -0,0 +1,21 @@
@echo off
chcp 65001 > nul
title PROJECT MASTER ver 4.0 Auto Starter
echo ==============================================
echo 1. Starting WSL2 Keep-Alive session...
echo ==============================================
start /b wsl -d Ubuntu bash -c "sleep infinity"
echo.
echo ==============================================
echo 2. Starting Docker Compose in WSL2 Ubuntu...
echo ==============================================
wsl -d Ubuntu bash -c "cd '/mnt/d/40. 개발소스/04. PM/pm_ver4/trunk/PM_ver4' && docker compose up -d"
echo.
echo ==============================================
echo 3. Starting PM ver4 Node.js Web Server...
echo ==============================================
cd /d "D:\40. 개발소스\04. PM\pm_ver4\trunk\PM_ver4"
npm run start