Amazon EC2にmastodonの最新版をインストールしてインスタンスを作成してみようとしています。
参考サイト:https://qiita.com/shibafu/items/6f3646115acc16c748ad
上記サイトの記載通りに進めていたのですが、
bash
1sudo docker-compose run --rm web rake secret
として.env.productionにセットするためのキーを生成しようとしたところ、
Gem::LoadError: You have already activated rake 12.3.3, but your Gemfile requires rake 13.0.1. Prepending bundle exec
to your command may solve this.
/opt/mastodon/config/boot.rb:3:in <top (required)>' /opt/mastodon/config/application.rb:1:in
require_relative'
/opt/mastodon/config/application.rb:1:in <top (required)>' /opt/mastodon/Rakefile:4:in
<top (required)>'
上記のようなエラーが出てしまい、進めなくなりました。
どのようにすればこのエラーを回避できるでしょうか。教えてください。
環境:
amazon's ec2 instance t2-micro
OS: Ubuntu 18.04.4 LTS \n \l
mastodon: latest
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。