启动服务

记得进入虚拟环境

workon flask_for_movie

export ops_config=production

# 调试
python manager.py runserver

# 服务启动