Last active
November 17, 2019 21:59
-
-
Save axeliodiaz/b96059391db22529606bf89468859947 to your computer and use it in GitHub Desktop.
Revisions
-
axeliodiaz revised this gist
Nov 17, 2019 . 1 changed file with 15 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,18 @@ Install RabbitMQ ---------------- 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 -
axeliodiaz created this gist
Nov 17, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ Install RabbitMQ ---------------- `sudo apt-get install rabbitmq-server`