一个简单的使用 Flask 的 Python 应用。 可以运行在 LeanEngine Python 运行时环境。
首先确认本机已经安装 Python 运行环境和lean cli。
brew update
brew install lean-cli
然后执行下列指令:
按提示进行
lean init
lean up
应用即可启动运行:localhost:3000
部署到预备环境(若无预备环境则直接部署到生产环境):
lean deploy
将预备环境的代码发布到生产环境:
lean publish