Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

My modified Taiko Web source code.

NotificationsYou must be signed in to change notification settings

yuukiwww/taiko-web

Repository files navigation

この太鼓ウェブは改良版です

デバッグの開始

依存関係をインストールします

pip install -r requirements.txt

データベースを起動します

docker run --detach \  --name taiko-web-mongo-debug \  --volume taiko-web-mongo-debug:/data/db \  --publish 27017:27017 \  mongo
docker run --detach \  --name taiko-web-redis-debug \  --volume taiko-web-redis-debug:/data \  --publish 6379:6379 \  redis

サーバーを起動してください

flask run

デプロイ

今すぐデプロイ!


[8]ページ先頭

©2009-2025 Movatter.jp