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 17:55] Johathan Kagan |
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 9: | Line 9: | ||
* Installs LSPHP 7.0 | * Installs LSPHP 7.0 | ||
* Configures LSWS to read Apache configs | * Configures LSWS to read Apache configs | ||
- | * anything specific to bitnami? | ||
- | 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 tailored to this specific AMI and will not work reliably on other AMIs. | ||
==== Running the script ==== | ==== Running the script ==== | ||
Line 17: | 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 |