heamon7 / HackNTU

The project for HackNTU ,a visualization page for the mtr of Taipei

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HackNTU

一个简单的使用 Flask 的 Python 应用。 运行在 LeanEngine Python 运行时环境。

本地运行

首先确认本机已经安装 Python2.7 运行环境。然后执行下列指令:

$ git clone git@github.com:leancloud/python-getting-started.git
$ cd python-getting-started

准备启动文件:

$ cp start.sh.example start.sh
$ chmod +x start.sh

将 app id 等信息更新到 start.sh 文件中:

export LC_APP_ID=<your app id>
export LC_APP_KEY=<your app key>
export LC_APP_MASTER_KEY=<your master key>

启动项目:

$ ./start.sh

应用即可启动运行:localhost:3000

部署到 LeanEngine

首先确认本机已经安装 LeanCloud 命令行工具

部署到测试环境:

$ avoscloud deploy

部署到生产环境:

$ avoscloud publish

相关文档

About

The project for HackNTU ,a visualization page for the mtr of Taipei

License:MIT License


Languages

Language:JavaScript 99.1%Language:Python 0.8%Language:HTML 0.1%Language:Shell 0.0%Language:CSS 0.0%