Skip to content

Instantly share code, notes, and snippets.

@axeliodiaz
Last active November 17, 2019 21:59
Show Gist options
  • Select an option

  • Save axeliodiaz/b96059391db22529606bf89468859947 to your computer and use it in GitHub Desktop.

Select an option

Save axeliodiaz/b96059391db22529606bf89468859947 to your computer and use it in GitHub Desktop.

Revisions

  1. axeliodiaz revised this gist Nov 17, 2019. 1 changed file with 15 additions and 1 deletion.
    16 changes: 15 additions & 1 deletion django_celery.rst
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,18 @@
    Install RabbitMQ
    ----------------

    `sudo apt-get install rabbitmq-server`
    sudo apt-get install rabbitmq-server

    Install Celery
    --------------

    pip install celery

    Install RabbitMQ
    ----------------

    brew install rabbitmq


    Linux: https://www.rabbitmq.com/install-debian.html
    Mac: https://www.rabbitmq.com/install-homebrew.html
  2. axeliodiaz created this gist Nov 17, 2019.
    4 changes: 4 additions & 0 deletions django_celery.rst
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    Install RabbitMQ
    ----------------

    `sudo apt-get install rabbitmq-server`