テストのために、実際のバージョンを変更する前にラップトップにDiscourseをインストールしようとしています。(実際のDockerインスタンスで実行されるスクリプトを作成しています)
私のラップトップにはドメイン名がないため、Let’s Encrypt SSL証明書を取得できません。
HTTPのみのインスタンスをインストールするにはどうすればよいですか?
app.yamlのSSL関連の行をコメントアウトし、./discourse-setup --skip-connection-testでSSLをバイパスしようとしましたが、ブートストラップが失敗します。
FAILED
--------------------
Pups::ExecError: cd /var/www/discourse && su discourse -c 'bundle exec rake themes:update assets:precompile' failed with return #<Process::Status: pid 3649 exit 1>
Location of failure: /usr/local/lib/ruby/gems/3.2.0/gems/pups-1.2.1/lib/pups/exec_command.rb:132:in `spawn'
exec failed with the params {"cd"=>"$home", "hook"=>"assets_precompile", "cmd"=>["su discourse -c 'bundle exec rake themes:update assets:precompile'"]}
bootstrap failed with exit code 1
** FAILED TO BOOTSTRAP ** please scroll up and look for earlier error messages, there may be more than one.
./discourse-doctor may help diagnose the problem.