📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)
| 82行目: | 82行目: | ||
<br> | <br> | ||
Redmineのインストールディレクトリに移動して、Redmineの実行に必要な全てのgemをインストールする。<br> | Redmineのインストールディレクトリに移動して、Redmineの実行に必要な全てのgemをインストールする。<br> | ||
bundle | bundle config set --local without 'development test' | ||
bundle install | |||
または | または | ||
sudo bundle | sudo bundle config set --local without 'development test' | ||
sudo bundle install | |||
<br> | <br> | ||
==== データベースアダプタ ==== | ==== データベースアダプタ ==== | ||