Difference between revisions of "Debian Fusionpbx Pkg or Source Install"

From FusionPBX
Jump to: navigation, search
(Steps for Install)
(Install Debian Wheezy with iso)
Line 14: Line 14:
 
Get iso's here:
 
Get iso's here:
 
Offline Install Iso:
 
Offline Install Iso:
 +
 
i386: http://cdimage.debian.org/debian-cd/7.7.0/i386/iso-cd/debian-7.7.0-i386-CD-1.iso
 
i386: http://cdimage.debian.org/debian-cd/7.7.0/i386/iso-cd/debian-7.7.0-i386-CD-1.iso
 +
 
amd64: http://cdimage.debian.org/debian-cd/7.7.0/amd64/iso-cd/debian-7.7.0-amd64-CD-1.iso
 
amd64: http://cdimage.debian.org/debian-cd/7.7.0/amd64/iso-cd/debian-7.7.0-amd64-CD-1.iso
  
 
Net Install iso:
 
Net Install iso:
 +
 
net-x86: http://cdimage.debian.org/debian-cd/7.7.0/i386/iso-cd/debian-7.7.0-i386-netinst.iso
 
net-x86: http://cdimage.debian.org/debian-cd/7.7.0/i386/iso-cd/debian-7.7.0-i386-netinst.iso
 +
 
net-amd64: http://cdimage.debian.org/debian-cd/7.7.0/amd64/iso-cd/debian-7.7.0-amd64-netinst.iso
 
net-amd64: http://cdimage.debian.org/debian-cd/7.7.0/amd64/iso-cd/debian-7.7.0-amd64-netinst.iso
  
 
Burn the iso to disk Or use http://unetbootin.sourceforge.net/ to create your installation thumb stick. (Win/Linux)
 
Burn the iso to disk Or use http://unetbootin.sourceforge.net/ to create your installation thumb stick. (Win/Linux)
All other packages will be added later.
 
  
 
==Steps for Install==
 
==Steps for Install==

Revision as of 18:49, 9 January 2015

Pre Install Information

This script uses Sqlite by default for the fusionpbx database. If you wish to use Postgresql locally or on a remote database server. You need to edit the script and enable the pgsql-client or pgsql-server option. You will need to fill in the required information following the option.

This Install if you do not select extra options . Will Install A very Minimal But operational pbx system.


Install Debian Wheezy with iso

Download and install a minimal Debian wheezy

Get iso's here: Offline Install Iso:

i386: http://cdimage.debian.org/debian-cd/7.7.0/i386/iso-cd/debian-7.7.0-i386-CD-1.iso

amd64: http://cdimage.debian.org/debian-cd/7.7.0/amd64/iso-cd/debian-7.7.0-amd64-CD-1.iso

Net Install iso:

net-x86: http://cdimage.debian.org/debian-cd/7.7.0/i386/iso-cd/debian-7.7.0-i386-netinst.iso

net-amd64: http://cdimage.debian.org/debian-cd/7.7.0/amd64/iso-cd/debian-7.7.0-amd64-netinst.iso

Burn the iso to disk Or use http://unetbootin.sourceforge.net/ to create your installation thumb stick. (Win/Linux)

Steps for Install

Step 1 : Install a minimal version of debian. (Including ssh server)

step 2 : ssh into the system..