Skip to content

Commit

Permalink
Merge pull request #34 from takahashim/fix-doc-0-28-1
Browse files Browse the repository at this point in the history
update DEVELOPMENT.md for 0.28.1
  • Loading branch information
ayuki-joto authored Jun 17, 2024
2 parents 02108de + f2314f4 commit 31593e6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Dockerで環境を構築する際は、1.環境構築と2. 実行(ローカル

| アプリケーション名 | バージョン |
|-------------------------------------------|--------|
| [Ruby](https://www.ruby-lang.org/ja/) | 3.0.6 |
| [Bundler](https://bundler.io/) | 2.2.33 |
| [Ruby](https://www.ruby-lang.org/ja/) | 3.1.1 |
| [Bundler](https://bundler.io/) | 2.3.7 |
| [PostgreSQL](https://www.postgresql.org/) | 12 |

### 1-1. 事前準備
Expand All @@ -20,16 +20,19 @@ Dockerで環境を構築する際は、1.環境構築と2. 実行(ローカル
## 2. 実行(ローカルバージョン)
### 2.1 Rubyのインストール
```
rbenv install 3.0.6
rbenv install 3.1.1
```
### 2.2 リポジトリをクローン
```
git clone [email protected]:codeforjapan/decidim-cfj.git
```

### 2.3 bundlerのインストール

通常、Ruby 3.1.1ではbundler 2.3.7が標準でインストールされているはずですが、何かしらの事情でインストールされていない場合は改めてインストールしてください。

```
gem install bundler:2.2.33
gem install bundler:2.3.7
```

### 2.4 DBのユーザーとパスワードの設定
Expand Down

0 comments on commit 31593e6

Please sign in to comment.