discourse/script/import_scripts/quandora
Guo Xiang Tan d82dbd565b FIX: Remove dependency on `rest-client`. 2017-06-16 09:42:41 +09:00
..
test Add export/import scripts for Quandora 2016-01-30 07:45:46 -08:00
README.md Add export/import scripts for Quandora 2016-01-30 07:45:46 -08:00
export.rb Add export/import scripts for Quandora 2016-01-30 07:45:46 -08:00
import.rb Fix issue setting post author during import from Quandora 2016-04-09 02:50:22 -07:00
quandora_api.rb FIX: Remove dependency on `rest-client`. 2017-06-16 09:42:41 +09:00
quandora_question.rb Add export/import scripts for Quandora 2016-01-30 07:45:46 -08:00

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'