Skip to content

kuangkzh/AIBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIBox

Run

linux:

./setup.sh

windows:

./startup.bat

Debug Run

Debug mode on windows cmd:

set FLASK_APP=Web/main.py

set FLASK_ENV=development

set FLASK_DEBUG=1

python -m flask run --host 0.0.0.0 --port 19320

Debug mode on windows powershell:

$env:FLASK_APP="Web/main.py"

$env:FLASK_ENV="development"

$env:FLASK_DEBUG="1"

python -m flask run --host 0.0.0.0 --port 19320

Debug mode on linux:

export FLASK_APP=Web/main.py

export FLASK_ENV=development

export FLASK_DEBUG=1

python -m flask run --host 0.0.0.0 --port 19320

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published