Difference between revisions of "VoIP: Instalasi FreePBX"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  (New page:   ==Catatan ISO==  Bagi anda yang tidak mau pusing kepala menginstalasi FreePBX ada baiknya melirik file ISO    http://mirror.freepbx.org/FreePBX-3.0-0.0.2-i386.iso  ==Referensi==  * http:...)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| Line 1: | Line 1: | ||
| + | [[Software]] pendukung yang dibutuhkan  | ||
| + | |||
| + | * PHP >= 5.2.3  | ||
| + | * Apache 2.x (w/ mod_rewrite enabled)  | ||
| + | |||
| + | Instalasi software pendukung  | ||
| + | |||
| + |  sudo apt-get install apache2 php5 php5-xcache php5-xmlrpc php5-mysql php5-gd php5-cli  | ||
| + | |||
| + | |||
Revision as of 08:05, 2 January 2010
Software pendukung yang dibutuhkan
- PHP >= 5.2.3
 - Apache 2.x (w/ mod_rewrite enabled)
 
Instalasi software pendukung
sudo apt-get install apache2 php5 php5-xcache php5-xmlrpc php5-mysql php5-gd php5-cli
Catatan ISO
Bagi anda yang tidak mau pusing kepala menginstalasi FreePBX ada baiknya melirik file ISO
http://mirror.freepbx.org/FreePBX-3.0-0.0.2-i386.iso
Referensi