From 52c1a9ca9ab57a2e256327d9a2b1f1a2d6ab53a8 Mon Sep 17 00:00:00 2001 From: bsenst Date: Thu, 15 Sep 2022 20:20:31 +0200 Subject: [PATCH] fix typo --- docs/install_and_upgrade_doccano.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install_and_upgrade_doccano.md b/docs/install_and_upgrade_doccano.md index af4c327a..b2c7b25c 100644 --- a/docs/install_and_upgrade_doccano.md +++ b/docs/install_and_upgrade_doccano.md @@ -102,7 +102,7 @@ That's it. Now you can start by running the `doccano init` command. ### Use RabbitMQ as a message broker -doccano uses Celery and a message broker to handle long tasks like importing/exxporting datasets. By default, SQLite3 is used for the default message broker. You can also use other message brokers like RabbitMQ, Redis, and so on. Here we will show you how to use RabbitMQ. +doccano uses Celery and a message broker to handle long tasks like importing/exporting datasets. By default, SQLite3 is used for the default message broker. You can also use other message brokers like RabbitMQ, Redis, and so on. Here we will show you how to use RabbitMQ. First, set up RabbitMQ. You can set up RabbitMQ directly, but here we will use Docker. Let's run the `docker run` command with the user name(`RABBITMQ_DEFAULT_USER`), password(`RABBITMQ_DEFAULT_PASS`). For other options, please refer to the [official documentation](https://hub.docker.com/_/rabbitmq).