Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
litespeed_wiki:cloud:aws:bitnami [2017/04/28 18:13] Johathan Kagan [Bitnami Converter Script] |
litespeed_wiki:cloud:aws:bitnami [2017/04/28 19:08] (current) Johathan Kagan [Running the script] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Bitnami WordPress AMI ====== | ====== Bitnami WordPress AMI ====== | ||
- | Bitnami currently offers a Marketplace AMI with WordPress. The AMI is already setup with WordPress on Apache. This guide will explain how easy it is to convert Apache to LiteSpeed Web Server | + | Bitnami currently offers a Marketplace AMI with WordPress. The AMI is already setup with WordPress on Apache. This guide will explain how easy it is to convert Apache to LiteSpeed Web Server. |
===== Bitnami Converter Script ===== | ===== Bitnami Converter Script ===== | ||
Line 10: | Line 10: | ||
* Configures LSWS to read Apache configs | * Configures LSWS to read Apache configs | ||
- | This script will get the Bitnami AMI up and running with LSWS within a matter of seconds. | + | This script will get the Bitnami AMI up and running with LSWS in a matter of seconds. |
- | NOTE: This script is custom tailored to this specific AMI and will not work reliably on other AMIs. | + | NOTE: This script is tailored to this specific AMI and will not work reliably on other AMIs. |
==== Running the script ==== | ==== Running the script ==== | ||
Line 18: | Line 18: | ||
<code> | <code> | ||
- | wget URL HERE | + | wget http://litespeedtech.com/packages/cloud/bitnami-lsws.sh |
chmod a+x ./bitnami-lsws.sh | chmod a+x ./bitnami-lsws.sh | ||
sudo ./bitnami-lsws.sh | sudo ./bitnami-lsws.sh |