Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
uplus edited this page Jun 23, 2019 · 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
docker-compose exec api rails db:setup

ポート

種類 ポート
API 8900
UI 8901
DB 8902
REDIS 8903

アクセス方法のサンプル

用途 URL
フロントエンド http://localhost:8901
API http://localhost:8900
API ログイン http://localhost:8900/sessions
API GraphQLエンドポイント http://localhost:8900/graphql

ファイルツリー

Clone this wiki locally