Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
Yuto Ito edited this page Dec 31, 2020 · 24 revisions

起動方法

git clone https://github.com/ictsc/ictsc-score-server.git
cd ictsc-score-server
cp .env.sample .env
docker-compose pull
docker-compose up
# 必要なら実行 (通常はup時に自動で実行される)
# docker-compose exec api bundle exec rails db:setup

アクセス方法のサンプル

用途 URL
UI http://localhost:8900
API ログイン/ログアウト http://localhost:8900/api/sessions
API GraphQLエンドポイント http://localhost:8900/api/graphql

開発環境で用意されるユーザー

パスワードはユーザー名と同じ

権限 ユーザー名
staff staff
audience audience
player team a
player team b (a ~ brぐらいまである)