From 4254169636d64bbd5c097bcd5c7864c7076bb24f Mon Sep 17 00:00:00 2001 From: Michael Picht Date: Tue, 16 Mar 2021 10:54:39 +0100 Subject: [PATCH] corrected path in docker command to import comments from disqus Signed-off-by: Michael Picht --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81f00136..a0fed28f 100644 --- a/README.md +++ b/README.md @@ -339,7 +339,7 @@ All imported comments has `Imported` field set to `true`. 1. Disqus provides an export of all comments on your site in a g-zipped file. This is found in your Moderation panel at Disqus Admin > Setup > Export. The export will be sent into a queue and then emailed to the address associated with your account once it's ready. Direct link to export will be something like `https://.disqus.com/admin/discussions/export/`. See [importing-exporting](https://help.disqus.com/customer/portal/articles/1104797-importing-exporting) for more details. 2. Move this file to your remark42 host within `./var` and unzip, i.e. `gunzip .xml.gz`. -3. Run import command - `docker exec -it remark42 import -p disqus -f {disqus-export-name}.xml -s {your site id}` +3. Run import command - `docker exec -it remark42 import -p disqus -f /srv/var/{disqus-export-name}.xml -s {your site id}` #### Initial import from WordPress