Jump to content

New Server Installation for Rulex Platform on RHEL!


Silvia

59 views

We're excited to announce that a new Rulex Platform server installation for RHEL operating system has now been released!

To expand our offering, we are introducing a version of Rulex Platform that can be installed on RHEL, complementing our existing server versions, which are already available for Windows, as well as standalone versions available for multiple operating systems (e.g. Windows, macOS, etc.).

Installing Rulex Platform server version on RHEL provides the flexibility to efficiently deploy your projects, while benefiting from the significant new features RHEL 9 offers for hybrid cloud environments.

Below, you'll find the prerequisites your server installation on RHEL needs to satisfy, along with the installation guide.

Prerequisites

In order to optimize your experience with Rulex Platform, the machine you are using must comply with certain requirements:

Requirement Area
Details
Runtime
RHEL 9
CPU
CPU with x86_64 architecture. 4 core minimum, 8 core recommended.
RAM
8 GB (minimum), 32 GB (recommended), 64 GB (best performance).
Hard Disk Space
100 GB (minimum), 250 GB (recommended), 1 TB (best performance).
IOPS
1000 minimum, 2000 recommended.
Network
https://licensemanager.rulex.cloud/license must always be accessible.

Installation Steps

The operations listed below must be performed through a shell opened as super user.

To install Rulex Platform Server version on RHEL, follow the steps below:

  1. Locate the installer on your machine and open the RHEL shell as super user.
  2. Locate the settings file on your machine. The file must be in YAML format.
    In this file, in the keyfile and certfile rows, add the path to the corresponding files in .key and .crt format, respectively.
    The keyfile and certfile files can be in .pem format.
  3. Locate RabbitMQ file on the machine. If it is not installed, check out RabbitMQ documentation to successully set up the RabbitMQ yum repository on your system.
  4. Set up the environment, so type the following command in the shell:
    export RULEX_SETTINGS_FILE=/path_where_the_yaml_file_is_located.
    If you are not the root user in RHEL, type the command sudo -E bash -c 'echo
    "RULEX_SETTINGS_FILE=/path_where_the_yaml_file_is_located" >> /etc/environment'.
  5. Start the installation by typing in the shell:
    dnf install ./path_where_the_rpm_file_is_located.
    If you are not the root user in RHEL, add the command sudo at the beginning of the previous string.
  6. Save the First configuration password, as it is required for the First Access Configuration, and it will no longer be available once the shell is closed.
  7. Activate Rulex Platform for the first time by typing the following commands in the shell:
    sudo systemctl daemon-reload and press Enter.
    sudo systemctl start rulexplatform.service and press Enter.
Uninstalling Rulex Platform Server version on RHEL

If you want to successfully uninstall Rulex Platform Server on RHEL, follow the simple steps below:

  1. Close Rulex Platform Server.
  2. Stop Rulex Platform server service via the command: systemctl stop rulexplatform.
  3. Open a shell as super user and type: dnf remove -y rulexplatform.

1 Comment


Recommended Comments

Guest
Add a comment...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...