The included script (install) and archive (install.tar.gz) will build FusionPBX 4.2 on a Raspberry Pi.
Installation takes approximately 30 minutes to complete on a Raspberry Pi 3.
Download the latest Raspbian image:
https://downloads.raspberrypi.org/raspbian_lite_latest
Write the image to an 8 GB or larger SD card. To accomplish this, I recommend imageUSB or Etcher:
http://osforensics.com/downloads/imageusb.zip or https://etcher.io/
Prior to ejecting the SD card, create an empty file named ssh in the /boot/ directory (type NUL > ssh).
Connect the Raspberry Pi to your LAN using an Ethernet cable.
Insert the SD card and power up the Raspberry Pi.
Copy install and install.tar.gz to the /home/pi directory. To accomplish this, I recommend WinSCP:
https://winscp.net/eng/download.php
Using an SSH client, log in using pi:raspberry. To accomplish this, I recommend PuTTY:
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
Make the install script executable:
$ chmod +x install
Run the install script:
$ sudo ./install
When prompted:
Set root password
Select time zone (in US, use America, not US)
Set Hostname (Item 2 / Hostname: FusionPBX)
Set Localisation Options (Item 4 / I1)
Expand Filesystem (Item 7 / A1)
Finish / Reboot Now: No
The Raspberry Pi will reboot.
Log in as root.
If desired, enable PuTTY logging when prompted.
The system will be updated and then reboot.
Log in as root.
If desired, enable PuTTY logging when prompted.
Installation will proceed unattended and then reboot.
Log in a root.
Installation is complete.
↧