Freepbx on asterisk: Difference between revisions
Clandmeter (talk | contribs) (Created page with '== Set up Freepbx on AlpineLinux ==') |
Clandmeter (talk | contribs) |
||
Line 1: | Line 1: | ||
== Set up Freepbx on AlpineLinux == | == 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 == | |||
apk add lighttpd php php-gd php-cli php-curl php-xml php-mysql php-posix php-mcrypt php-gettext php-pear |
Revision as of 10:07, 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
apk add lighttpd php php-gd php-cli php-curl php-xml php-mysql php-posix php-mcrypt php-gettext php-pear