This is an old revision of the document!
Bitnami WordPress AMI
Bitnami currently offers a Marketplace AMI with WordPress. They have WordPress installed with Apache. This guide will explain how easy it is to convert it to LiteSpeed Web Server
Bitnami Converter Script
Because LiteSpeed Web Server already supports reading Apache configs, we created a script to automate the whole install process.
This script does the following:
- Installs LiteSpeed Web Server with a trial license
- Installs LSPHP 7.0
- Configures LSWS to read Apache Configs
This script will get the Bitname AMI up and running with LSWS in a matter of seconds.
Running the script
Just run the following commands from a shell prompt on your AMI and follow the prompted instructions.
wget URL HERE chmod a+x ./bitnami-lsws.sh sudo ./bitnami-lsws.sh
NOTE: This script only works if you have the Bitname WordPress AMI running with Apache and not nginx.