Просмотр исходного кода

Adding missing instruction on necessary path for RabbitMQ

Jonathan Sundqvist 10 лет назад
Родитель
Сommit
b42a844e91
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:
 .. _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
 Configuring the system host name
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~