まず、返信が大変遅くなり @leonardo さん、申し訳ありません。
私は Ubuntu をインストールした Windows Subsystem for Linux (Windows 11 Pro) を使用しています。ガイドはこちらです。
This guide covers installation instructions in a development environment. For a production guide see: Install Discourse in production with the official supported instructions
So you want to set up Discourse on Ubuntu or Debian to hack on and develop with?
We’ll assume that you work locally and don’t have Ruby/Rails/Postgres/Redis installed on your Ubuntu or Debian system. Let’s begin!
Requirements
We suggest having at least 4 GB RAM and 2 CPU cores.
Current compatibility:
O…
そして、以下のステップに到達したとき、
このエラーが発生します。
Could not find ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3 in any of the sources
Run `bundle install` to install missing gems.
次にこのコマンドを使用しました。
Omnipotent.inc:
sudo gem install ipaddr
そして、次のように表示されました。
その後、以下の手順に従いました。
Omnipotent.inc:
この後
bundle exec rake db:create
実行すると、次のように表示されます。
Could not find ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3 in any of the sources
Run `bundle install` to install missing gems.
その後 bundle install を使用しました。
すると、次のように表示されます。
1 installed gem you directly depend on is looking for funding.
Run `bundle fund` for details
次に bundle fund を使用しました。
すると、次のように表示されます。
Could not find ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3, ipaddr-1.2.3 in any
of the sources
次に何をすべきか、皆さん @leonardo @Benjamin_D @dax アドバイスをお願いします。