Skip to content

How to install lodspeakr in amazon ami distro

Alvaro Graves edited this page Oct 24, 2013 · 5 revisions

Similar to CentOS

  • First, install the necessary packages: yum install php-pear php-pecl-apc php-cli php php-pdo php-common httpd
  • In /etc/httpd/conf/httpd.conf, add (if they don't already exist):
 LoadModule rewrite_module modules/mod_rewrite.so
 
 ...

 AddHandler php5-script .php
 AddType application/x-httpd-php .php
  • In the same httpd.conf, change
    • AllowOverride None for AllowOverride All
  • Restart Apache with sudo /etc/init.d/httpd restart
  • Now that all the requisites are ready, you can continue with the Installation

See also

Clone this wiki locally