You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
4 years ago | |
|---|---|---|
| doc | 7 years ago | |
| src | 7 years ago | |
| .gitignore | 8 years ago | |
| hotfix.py | 4 years ago | |
| init_user.py | 4 years ago | |
| readme.md | 7 years ago | |
| requirements.txt | 8 years ago | |
| run.py | 7 years ago | |
readme.md
游戏部运营技术中心2018年会抽奖程序
环境部署
- 下载并安装python3。
- 获取源代码
git clone http://code.yy.com/luoning/lottery-2018.git cd lottery-2018- 安装pyenv虚拟环境
python3 -m venv venv - 激活并使用虚拟环境
venv/Scripts/activate.bat(非windows使用source venv/bin/activate) - 安装依赖环境
pip install -r requirements.txt - 运行程序
python3 run.py - 使用浏览器打开 http://127.0.0.1:8080 即可看到欢迎页
关于
- 前端:JQuery, TagCanvas ([email protected])
- 后台:python3, bottle, tinydb ([email protected])
