diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-09-29 11:35:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-29 11:35:47 +0200 |
commit | fb479be3a0af95bba45c13b11e1f85bb9c753d25 (patch) | |
tree | 4570e7d48f58a78b0da54090fe2a4d4996ec5683 /docs/en/developer/rabbitmq.rst | |
parent | 37b63c170d700db5d248a33fcf9aca9d41473ec0 (diff) | |
parent | 2d8af6fc7fe32dd8788cb89f8c3aec9269cbe33c (diff) | |
download | wallabag-fb479be3a0af95bba45c13b11e1f85bb9c753d25.tar.gz wallabag-fb479be3a0af95bba45c13b11e1f85bb9c753d25.tar.zst wallabag-fb479be3a0af95bba45c13b11e1f85bb9c753d25.zip |
Merge pull request #2315 from wallabag/fixes-about-upgrade
Fixes about upgrade
Diffstat (limited to 'docs/en/developer/rabbitmq.rst')
-rw-r--r-- | docs/en/developer/rabbitmq.rst | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/en/developer/rabbitmq.rst b/docs/en/developer/rabbitmq.rst index 8cee45fb..63b85106 100644 --- a/docs/en/developer/rabbitmq.rst +++ b/docs/en/developer/rabbitmq.rst | |||
@@ -57,11 +57,20 @@ Depending on which service you want to import from you need to enable one (or ma | |||
57 | # for Pocket import | 57 | # for Pocket import |
58 | bin/console rabbitmq:consumer import_pocket -w | 58 | bin/console rabbitmq:consumer import_pocket -w |
59 | 59 | ||
60 | # for Readbility import | 60 | # for Readability import |
61 | bin/console rabbitmq:consumer import_readability -w | 61 | bin/console rabbitmq:consumer import_readability -w |
62 | 62 | ||
63 | # for Instapaper import | ||
64 | bin/console rabbitmq:consumer import_instapaper -w | ||
65 | |||
63 | # for wallabag v1 import | 66 | # for wallabag v1 import |
64 | bin/console rabbitmq:consumer import_wallabag_v1 -w | 67 | bin/console rabbitmq:consumer import_wallabag_v1 -w |
65 | 68 | ||
66 | # for wallabag v2 import | 69 | # for wallabag v2 import |
67 | bin/console rabbitmq:consumer import_wallabag_v2 -w | 70 | bin/console rabbitmq:consumer import_wallabag_v2 -w |
71 | |||
72 | # for Firefox import | ||
73 | bin/console rabbitmq:consumer import_firefox -w | ||
74 | |||
75 | # for Chrome import | ||
76 | bin/console rabbitmq:consumer import_chrome -w | ||