Files
taiko-web/README.md
2025-11-12 14:54:08 +00:00

44 lines
546 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 太鼓 Web
这是太鼓 Web 的改良版本。
## 开始调试
安装依赖:
```bash
pip install -r requirements.txt
```
启动数据库:
```bash
docker run --detach \
--name taiko-web-mongo-debug \
--volume taiko-web-mongo-debug:/data/db \
--publish 27017:27017 \
mongo
```
启动 Redis
```bash
docker run --detach \
--name taiko-web-redis-debug \
--volume taiko-web-redis-debug:/data \
--publish 6379:6379 \
redis
```
启动服务器:
```bash
flask run
```
## 部署
立即访问:
- https://taiko.asia