Category / Section
Bold BI Installation and Deployment on Amazon Linux 2
Published:
Deployment prerequisites:
- Create a VM with AMI Linux Distribution with amd 64 architecture.
- Access a Linux server with a standard user account with sudo privileges.
- Install the nginx and start with the following command.
sudo yum install nginx sudo systemctl start nginx
- Install zip.
sudo yum install zip
- Install the GDIplus package using the following command.
sudo yum install libgdiplus
- Install the pv tool by running the following command.
sudo yum install pv
- Add an openssl conf path in the environment if it does not exist.
export OPENSSL_CONF=/etc/ssl/