mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-02 15:52:21 +08: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 |
||
|---|---|---|
| .. | ||
| test | ||
| export.rb | ||
| import.rb | ||
| quandora_api.rb | ||
| quandora_question.rb | ||
| README.md | ||
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'