소스 검색

Merge pull request #2242 from jonathan-s/master

Adding missing instruction on necessary path for RabbitMQ
Ask Solem Hoel 10 년 전
부모
커밋
3458a4cecd
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      docs/getting-started/brokers/rabbitmq.rst

+ 6 - 0
docs/getting-started/brokers/rabbitmq.rst

@@ -90,6 +90,12 @@ Finally, we can install rabbitmq using :program:`brew`:
 
 .. _rabbitmq-osx-system-hostname:
 
+After you have installed rabbitmq with brew you need to add the following to your path to be able to start and stop the broker. Add it to your .bash_profile or .profile
+
+.. code-block:: bash
+
+    `PATH=$PATH:/usr/local/sbin`
+
 Configuring the system host name
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~