Hi again - I can get up to this point in the tutorial
bundle install
and for me this falls over with error
'Don’t run Bundler as root. Bundler can ask for sudo if it is needed, and
installing your bundle as root will break this application for all non-root
users on this machine.
Your Gemfile has no gem server sources. If you need gems that are not already on
your machine, add a line like this to your Gemfile:
source ‘https://rubygems.org’
Could not find gem ‘mysql2’ in any of the gem sources listed in your Gemfile.
’
Any suggestions?
Unfortunately I know nothing about ruby or linux or gemfiles and so am just literally plodding though various discourse cli setup tasks as the tutorials instruct by cutting and pasting commands via PuTTy, without any kind of understanding.
I am running Ubuntu and Discourse in a Digital Oceans Droplet, if that helps?
Also, I see a subsequent reference to pasting database export commands into ‘shell’ . For practical purposes is my current PuTTy connection to the server = ‘shell’, or is some other interface/console involved?