Debian Fusionpbx Pkg or Source Install
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..
(MENT FOR STABLE / PRODUCTION SYSTEM INSTALLS / USE AT OWN RISK ... FOR TESTING AND DEVELOPMENT)
then for stable get: wget http://fusionpbx.googlecode.com/svn/trunk/scripts/install/Debian/FusionPbx-Debian-Optional-Pkgs-or-Source-Install.sh
step 3 : chmod +x FusionPbx-Debian-Optional-Pkgs-or-Source-Install.sh
step 4 : nano / vi the FusionPbx-Debian-Optional-Pkgs-or-Source-Install.sh script and select the extra options you want
In this script section change the ( n to y ) to enable or ( y to n ) to disable the option.
Please read all the infor in the top of the script and make sure you understand it.
################################################################################ # # Pre-Install Information: # # This script uses Sqlite by default for the fusionpbx database. # # If you wish to use postgresql locally or on a remote server. # # You need to edit the script and enable the pgsql-client or pgsql option # # and fill in the required information. # ################################################################################