Skip to content

Commit

Permalink
add celery install docs (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Jul 1, 2024
1 parent 6773260 commit 22c7240
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/dev_core_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,13 @@ Example of the database URL variable as set within an ``.env`` file:
DATABASE_URL=postgres://your-db:[email protected]/your-db
Asynchronous Celery tasks require running a Redis server. For development, you
can install it with the following script:

.. code-block:: console
$ sudo utility/install_redis.sh
Repository and Environment Setup
================================
Expand Down

0 comments on commit 22c7240

Please sign in to comment.