- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
How To Install & Uninstall RabbitMQ On Mac
In this video, learn to download install, and completely Remove (Uninstalling) RabbitMQ on Mac.
#rabbitmq #installation #mac
Go to https://rabbitmq.com/ website and click on Download and Install button (https://rabbitmq.com/download.html) in this page you can select Homebrew or you can select another option of OS.
After clicking on the Homebrew link (https://rabbitmq.com/install-homebrew.html), copy the command of `brew update` paste, and enter in the terminal after successfully updating brew(we can also skip the brew update command) then copy the `brew install rabbitmq` this command install rabbitmq on your Mac.
To find out locations for your installation where rabbitmq is installed, use `brew info rabbitmq`
Then Start Rabbitmq Node in the Forgorund Use the Below command :
`CONF_ENV_FILE="/opt/homebrew/etc/rabbitmq/rabbitmq-env.conf" /opt/homebrew/opt/rabbitmq/sbin/rabbitmq-server`
After successfully started rabbitmq open another terminal window and paste command
`/opt/homebrew/sbin/rabbitmqctl enable_feature_flag all`
this command enables all feature plugins in rabbitmq .
To start a node in the background, use brew services start:
`brew services start rabbitmq`
When the Service starts successfully, Open Browser and http://localhost:15672 this link.
Login with the Below Credential
username: guest
password: guest
To stop a node of server, use brew services stop:
`brew services stop rabbitmq`
To Uninstall and remove all files of rabbitmq, use Below Command :
brew uninstall rabbitmq
#Delete all node data directories and configuration files.
rm -rf /opt/homebrew/etc/rabbitmq/
rm -rf /opt/homebrew/opt/rabbitmq/
rm -rf /opt/homebrew/var/lib/rabbitmq/
Thank you for watching, Please Like Video And Subscribe to My Channel.
Видео How To Install & Uninstall RabbitMQ On Mac канала Feel Code
#rabbitmq #installation #mac
Go to https://rabbitmq.com/ website and click on Download and Install button (https://rabbitmq.com/download.html) in this page you can select Homebrew or you can select another option of OS.
After clicking on the Homebrew link (https://rabbitmq.com/install-homebrew.html), copy the command of `brew update` paste, and enter in the terminal after successfully updating brew(we can also skip the brew update command) then copy the `brew install rabbitmq` this command install rabbitmq on your Mac.
To find out locations for your installation where rabbitmq is installed, use `brew info rabbitmq`
Then Start Rabbitmq Node in the Forgorund Use the Below command :
`CONF_ENV_FILE="/opt/homebrew/etc/rabbitmq/rabbitmq-env.conf" /opt/homebrew/opt/rabbitmq/sbin/rabbitmq-server`
After successfully started rabbitmq open another terminal window and paste command
`/opt/homebrew/sbin/rabbitmqctl enable_feature_flag all`
this command enables all feature plugins in rabbitmq .
To start a node in the background, use brew services start:
`brew services start rabbitmq`
When the Service starts successfully, Open Browser and http://localhost:15672 this link.
Login with the Below Credential
username: guest
password: guest
To stop a node of server, use brew services stop:
`brew services stop rabbitmq`
To Uninstall and remove all files of rabbitmq, use Below Command :
brew uninstall rabbitmq
#Delete all node data directories and configuration files.
rm -rf /opt/homebrew/etc/rabbitmq/
rm -rf /opt/homebrew/opt/rabbitmq/
rm -rf /opt/homebrew/var/lib/rabbitmq/
Thank you for watching, Please Like Video And Subscribe to My Channel.
Видео How To Install & Uninstall RabbitMQ On Mac канала Feel Code
Комментарии отсутствуют
Информация о видео
16 февраля 2024 г. 19:43:03
00:04:41
Другие видео канала
