Difference between revisions of "Debian Fusionpbx Pkg or Source Install"
(Created page with "==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 e...") |
(→Steps for Install) |
||
Line 26: | Line 26: | ||
==Steps for Install== | ==Steps for Install== | ||
Step 1 : Install a minimal version of debian. (Including ssh server) | Step 1 : Install a minimal version of debian. (Including ssh server) | ||
+ | |||
step 2 : ssh into the system.. | step 2 : ssh into the system.. |
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) All other packages will be added later.
Steps for Install
Step 1 : Install a minimal version of debian. (Including ssh server)
step 2 : ssh into the system..