Freepbx on asterisk: Difference between revisions

From Alpine Linux
No edit summary
(fix double redirect)
 
(10 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Set up Freepbx on AlpineLinux ==
#REDIRECT [[FreePBX]]
 
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

Latest revision as of 03:24, 29 October 2012

Redirect to: