Freepbx on asterisk: Difference between revisions

From Alpine Linux
No edit summary
Line 8: Line 8:


== Lighttpd + PHP ==
== Lighttpd + PHP ==
Install lighttpd and PHP


  apk add lighttpd php php-gd php-cli php-curl php-xml php-mysql php-posix php-mcrypt php-gettext php-pear
  apk add lighttpd php php-gd php-cli php-curl php-xml php-mysql php-posix php-mcrypt php-gettext php-pear
Enable PHP FastCGI in lighttpd by uncommenting fastcgi
vim +46 /etc/lighttpd/lighttpd.conf

Revision as of 10:09, 12 May 2010

Set up Freepbx on AlpineLinux

This document will be a quick c/p guide to setup asterisk with freepbx on Alpine linux. What we will setup is the following:

  • Lighttpd with PHP using FastCGI
  • Mysql server
  • Freepbx 2.7.0

Lighttpd + PHP

Install lighttpd and PHP

apk add lighttpd php php-gd php-cli php-curl php-xml php-mysql php-posix php-mcrypt php-gettext php-pear

Enable PHP FastCGI in lighttpd by uncommenting fastcgi

vim +46 /etc/lighttpd/lighttpd.conf