update setup comments
This commit is contained in:
parent
94a5dc4fb7
commit
068be2bfc4
@ -9,6 +9,7 @@ call npm ci
|
|||||||
call npm run build
|
call npm run build
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
: optional: set ngrok_token=YOUR_NGROK_TOKEN
|
||||||
start python ./backend-python/main.py --webui
|
start python ./backend-python/main.py --webui
|
||||||
start "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" "http://127.0.0.1:8000"
|
start "C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" "http://127.0.0.1:8000"
|
||||||
|
|
||||||
|
@ -11,6 +11,7 @@ npm ci
|
|||||||
npm run build
|
npm run build
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
# optional: export ngrok_token=YOUR_NGROK_TOKEN
|
||||||
python3 ./backend-python/main.py --webui > log.txt & # this is only an example, you should use screen or other tools to run it in background
|
python3 ./backend-python/main.py --webui > log.txt & # this is only an example, you should use screen or other tools to run it in background
|
||||||
|
|
||||||
if [ ! -d models ]; then
|
if [ ! -d models ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user