For seamless installation and execution, Embold should be installed on a clean machine/VM.
Embold works with Node.js version 8.11.3. Ensure that the machine on which Embold is getting installed has no Node.js installed.
To check if the ‘yum’ process is running, run the following command: ps aux | grep yum
To install .NET 3.0 on RHEL, run the following commands: yum install rh-dotnet30 -y scl enable rh-dotnet30 bash
To install .NET 3.0 on CentOS, run the following commands: sudo rpm -Uvh https://packages.microsoft.com/config/centos/7/packages-microsoft-prod.rpm sudo yum install dotnet-sdk-3.0