Logo
Explore Help
Sign In
izzy/UnrealEngineUWP
0
0
Fork 0
You've already forked UnrealEngineUWP
mirror of https://github.com/izzy2lost/UnrealEngineUWP.git synced 2026-03-26 18:15:20 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
572fd58df29111b5303d1aa22b59d137bbf60f06
UnrealEngineUWP/Engine/Source/Programs/WebTests/WebServer/runserver.bat

16 lines
313 B
Batchfile
Raw Normal View History

Added new test project WebTests; Added http test cases; Add the onlinetests web server created using django. #jira UE-182678 [REVIEW] [at]alejandro.aguilar [at]michael.kirzinger [at]stephen.ma #rb [at]stephen.ma [CL 25631147 by lorry li in ue5-main branch]
2023-05-25 17:56:06 -04:00
@echo off
Create python virtual environment for web server of WebTests. #jira UE-182678 [REVIEW] [at]stephen.ma [at]rafa.lecina [at]chad.garyet [at]ryan.hummer [at]michael.kirzinger [at]michael.atchison #rb [at]rafa.lecina [CL 25927262 by lorry li in ue5-main branch]
2023-06-12 09:17:19 -04:00
if exist env (
call .\env\Scripts\activate.bat
) else (
..\..\..\..\Binaries\ThirdParty\Python3\Win64\python.exe -m venv env
call .\env\Scripts\activate.bat
pip install -r requirements.txt
if %ERRORLEVEL% NEQ 0 (
rmdir /s /q env
exit %ERRORLEVEL%
)
)
Added new test project WebTests; Added http test cases; Add the onlinetests web server created using django. #jira UE-182678 [REVIEW] [at]alejandro.aguilar [at]michael.kirzinger [at]stephen.ma #rb [at]stephen.ma [CL 25631147 by lorry li in ue5-main branch]
2023-05-25 17:56:06 -04:00
python manage.py runserver 0.0.0.0:8000
Reference in New Issue Copy Permalink
Powered by Gitea Page: 668ms Template: 10ms
English
English
Licenses API