discourse@s-app:/var/www/discourse$ RAILS_ENV=production ruby script/import_scripts/disqus.rb --file=/tmp/disqus.xml --dry_run --post-as=system
Category Front page not found
I understand this comes from the section
class ImportScripts::Disqus < ImportScripts::Base
#CHANGE THESE BEFORE RUNNING THE IMPORTER
IMPORT_FILE = File.expand_path("/tmp/disqus.xml")
IMPORT_CATEGORY = "Front page"
Question:
Which category is this referring to and how do I set it?
Looks like the disqus importer requires a category name. If you don’t want to import into a specific category just yet, you could change "Front page" by "Uncategorized".