Added Daemon system and fixed interface
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
9
daemon/install.bat
Normal file
9
daemon/install.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
echo Installing MC Panel Daemon dependencies...
|
||||
pip install -r requirements.txt
|
||||
echo.
|
||||
echo Installation complete!
|
||||
echo.
|
||||
echo Please configure .env file before starting the daemon
|
||||
echo Copy .env.example to .env and edit it
|
||||
pause
|
||||
Reference in New Issue
Block a user