https://github.com/mh4gf/ort.
ポモドーロタイマー、アウトプット、レビューが効率よく行える、学習支援アプリです。
https://github.com/mh4gf/ort.
Last synced: 3 months ago
JSON representation
ポモドーロタイマー、アウトプット、レビューが効率よく行える、学習支援アプリです。
- Host: GitHub
- URL: https://github.com/mh4gf/ort.
- Owner: MH4GF
- Created: 2018-03-27T01:30:25.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2022-07-07T04:41:11.000Z (almost 4 years ago)
- Last Synced: 2025-10-11T04:58:34.879Z (8 months ago)
- Language: Ruby
- Homepage: https://ort.herokuapp.com/
- Size: 1.7 MB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
* ORT.
Output,Review and Timer.
(https://ort.herokuapp.com)
* Getting Started
** 初回セットアップ時
```
git clone https://github.com/MH4GF/ORT..git
docker-compose up --build
docker-compose run web rails db:create
docker-compose run web rails db:migrate
# access to http://127.0.0.1:3000
```
** 2回目以降
```
docker-compose up
# access to http://127.0.0.1:3000
```
** コンテナ内に入る
```
docker-compose exec web /bin/bash
# ex) rails c
```
** 終了時
```
docker-compose down
# データはボリューム内で永続化されています。
```
* Author
[@gifu_w](https://twitter.com/gifu_w)