mirror of
https://github.com/discourse/discourse.git
synced 2026-08-01 09:08:08 -05:00
1. remove unnecessary `.rb` filename suffixes from `require_relative` calls 2. replace `require File.expand_path(File.dirname(__FILE__) + …` with `require_relative` 3. remove `./` prefixes from `require_relative` calls
To get started, copy the config.ex.yml to config.yml, and then update the properties for your Quandora instance.
domain: 'my-quandora-domain'
username: 'my-quandora-username'
password: 'my-quandora-password'
Create the directory for the json files to export: mkdir output
Then run ruby export.rb /path/to/config.yml
To import, run ruby import.rb
To run tests, include id's for a KB and Question that includes answers and comments
kb_id: 'some-kb-id'
question_id: 'some-question-id'