A partial archive of meta.discourse.org as of Tuesday July 18, 2017.

Import Questions

revrag

OK, so I’m having some issues importing from Xenforo to Discourse.

I installed Discouse with the Docker container and was working my way through these instructions:


I have mysql installed and the Xenforo database imported to it.

Problem: when I run “bundle install --no-deployment” (after adding mysql2 in the previous step) I get a couple of errors. The first is that I shouldn’t run it as root and the second is: “Your Gemfile has no gem server sources” and suggests I add ‘https://rubygems.org’. Where do I add this.

EDIT… OK so it appears there are several “Gemfiles” . Do I add mysql2 to the one in /var/www/discourse?