You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RabbitMQ server scripts and [CLI tools](./cli.html) are installed into the `sbin` directory under `/usr/local/Cellar/rabbitmq/<version>/` for macOS Intel or `/opt/homebrew/Cellar/rabbitmq/<version>/` for Apple Silicon,
49
-
which is accessible from `/usr/local/opt/rabbitmq/sbin` for for macOS Intel or `/opt/homebrew/opt/rabbitmq/sbin` for Apple Silicon. Links to binaries have been created under `/usr/local/sbin` for macOS Intel or `/opt/homebrew/sbin` for Apple Silicon.
48
+
The RabbitMQ server scripts and [CLI tools](./cli.html) are installed into the `sbin` directory under `/usr/local/Cellar/rabbitmq/{version}/` for Intel Macs
49
+
or `/opt/homebrew/Cellar/rabbitmq/<version>/` for Apple Silicon Macs.
50
+
51
+
They should be accessible from `/usr/local/opt/rabbitmq/sbin` for for Intel Macs or `/opt/homebrew/opt/rabbitmq/sbin` for Apple Silicon Macs.
52
+
Links to binaries have been created under `/usr/local/sbin` for Intel Macs or `/opt/homebrew/sbin` for Apple Silicon ones.
53
+
54
+
To find out locations for your installation, use
55
+
56
+
<preclass="lang-bash">
57
+
brew info rabbitmq
58
+
</pre>
59
+
60
+
With Homebrew, the node and CLI tools will use the logged in user account by default.
61
+
62
+
63
+
## <aid="managing-node"class="anchor"href="#managing-node">Running and Managing the Node</a>
64
+
65
+
Unlike some other installation methods, namely the [Debian](./install-debian.html) and [RPM packages](./install-rpm.html), RabbitMQ
66
+
Homebrew formula uses [generic UNIX binary builds](./install-generic-unix.html) and does not require `sudo`.
0 commit comments