Anyone any ideas about this snag? When entering cmd below:
RAILS_ENV=production bundle exec rake mastodon:setup
I receive this error:
[mastodon@localhost app]$ RAILS_ENV=production bundle exec rake mastodon:setup
bash: bundle: command not found...
saper
#2
How did this part of the guide go?
Install bundler
, which is the dependency manager for the Ruby application.
gem install bundler
1 Like
system
closed
#4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.