## Start * Default Port ``` nohup python main.py &>minipai2.log & ``` * Define Port ``` nohup python main.py --port=8002 &>minipai2.log & ```