Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ysakasin committed Nov 15, 2022
1 parent ac75e2c commit e4bc5f0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ BCDiceを提供するWebAPIサーバー
[![Action Status](https://github.com/bcdice/bcdice-api/workflows/Test/badge.svg?branch=master)](https://github.com/bcdice/bcdice-api/actions)
[![Docker repository](https://img.shields.io/docker/pulls/bcdice/bcdice-api?logo=docker&logoColor=fff)](https://hub.docker.com/r/bcdice/bcdice-api)

## Demo

下記URLは開発検証用のURLです、予告なしに挙動が変更されたり、可動していない場合があるので使用しないでください。

https://bcdice.herokuapp.com

## Public servers

有志によって運営されている公開サーバーの一覧
Expand Down Expand Up @@ -76,7 +70,7 @@ Method | Description

## Documents

- [無料で独自ダイスボット入りのBCDice-APIサーバーを立てる](docs/heroku.md) (中級者向け)
- [Herokuで独自ダイスボット入りのBCDice-APIサーバーを立てる](docs/heroku.md) (中級者向け)

## Cases

Expand Down
8 changes: 6 additions & 2 deletions docs/heroku.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Herokuへの設置

このドキュメントでは[Heroku](https://jp.heroku.com/)を用いて、**無料で**独自ダイスボット入りのBCDice-APIサーバーの建て方を解説します。ツールの制約により、コマンドラインを用いる必要があるため中級者向けの資料となっています。
このドキュメントでは[Heroku](https://jp.heroku.com/)を用いて、~~無料で~~独自ダイスボット入りのBCDice-APIサーバーの建て方を解説します。ツールの制約により、コマンドラインを用いる必要があるため中級者向けの資料となっています。

## 注意事項

**この文書はHerokuの無料プランを利用することを想定して書かれましたが、無料プランは2022年11月から廃止されました。**


## 対象読者
Expand All @@ -22,7 +26,7 @@
## Herokuとは

HerokuはクラウドプラットフォームやPaaSと呼ばれるもので、VPSと比べてアプリケーションの設置や管理を容易に行うことができます。
Herokuでは[無料プラン](https://jp.heroku.com/pricing)が用意されており、独自サーバーを試しやすくなっています。
~~Herokuでは[無料プラン](https://jp.heroku.com/pricing)が用意されており、独自サーバーを試しやすくなっています。~~

Herokuでは動作させるアプリケーションをGitで管理・送信する必要があり、このドキュメントでもGitを用います。

Expand Down

0 comments on commit e4bc5f0

Please sign in to comment.