$ cd download_location
$ tar xvfz BirstAppliancePackageLin2024_04.tar.gz
$ cd BirstAppliancePackageLin2024_04/birst_rpm/
$ sudo rpm -iUvh birst-zlib-1.2.11-3.amzn2023.x86_64.rpm
$ sudo rpm -iUvh birst-openssl-1.1.1c-1.amzn2023.x86_64.rpm
$ sudo rpm -iUvh birst-pcre-8.43-1.amzn2023.x86_64.rpm
$ sudo rpm -iUvh birst-nginx-1.21.4.2-1.amzn2023.x86_64.rpm
$ sudo rpm -iUvh birst-frontend-static-2024.04.04-997936.amzn2023.x86_64.rpm
$ sudo cp ../nginx.conf.tar.gz /etc/birst
$ cd /etc/birst
$ sudo tar xvfz nginx.conf.tar.gz
$ cd nginx
$ sudo sed -i 's/10.7.161.200/10.0.0.1/g' nginx.conf (Please replace 10.0.0.1 with Windows Appliance Server IP address)
$ sudo systemctl restart nginx
$ curl http://localhost:18080/status (to check status)