https://github.com/tengge1/video-cms
使用Python Flask和Bootstrap做的简单视频在线播放网站。
https://github.com/tengge1/video-cms
cinema flask management python video video-cms
Last synced: 11 months ago
JSON representation
使用Python Flask和Bootstrap做的简单视频在线播放网站。
- Host: GitHub
- URL: https://github.com/tengge1/video-cms
- Owner: tengge1
- License: mit
- Created: 2017-12-31T11:42:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T09:57:26.000Z (about 8 years ago)
- Last Synced: 2025-04-11T23:17:11.014Z (about 1 year ago)
- Topics: cinema, flask, management, python, video, video-cms
- Language: JavaScript
- Homepage:
- Size: 2.38 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# video-cms
使用Python Flask和Bootstrap做的简单视频在线播放网站。
## 需求
* 操作系统: Windows或Ubuntu
* Python: 高于3.5.0
## 安装方法
1. 下载Python。
对于Windows用户,请访问`https://www.python.org/downloads/`来下载Python3;
对于Ubuntu用户,Python3已经默认安装在系统中,跳过这一步即可。
2. 安装Flask。
在Windows上打开PowerShell或在Ubuntu上打开Shell, 执行`pip install Flask`。
3. 安装MySQL插件。
在Windows上打开PowerShell或在Ubuntu上打开Shell,执行`pip install PyMySQL`来安装基于Python3的MySQL插件。
4. 运行程序。
在Windows双击 `start.bat`,或者 在Ubuntu上执行`sudo ./start.sh`。
# 截图






