Category: Uncategorized
-
Installing and Configuring RabbitMQ for Ubuntu (22.04)
Rabbit MQ is an amazing tool, as its a “messaging platform”, using the AMPQ protocol/standards. It can do lots of cool tasks, that allow for distributing tasks and much more, but how to install and configure? Lets start! We are using a Ubuntu 22.04 for our example, but its very compatible with any Linux version,…
-
Installing ElasticSearch 7 on Ubuntu 22.04 Server
ES7 is a requirement for Magento 2.4+, however it is widely used in many other applications and has a broad set of use cases beyond that. Since Ubuntu 22.04 we moved to GPG key usage for repositories, so we can no longer use apt-key but instead we use: curl -fsSL https://artifacts.elastic.co/GPG-KEY-elasticsearch | sudo gpg –dearmor…