Script and resources to install VitalPBX on Raspberry PI Machines
You must to have installed the Centos 7 image for Raspberry PI Minimal. You can download it in the following link. http://mirror.math.princeton.edu/pub/centos-altarch/7.6.1810/isos/armhfp
a.- Unzip the .xz image and we will have a .raw file
b.- Use the balenaEtcher program to burn it in an SD memory of at least 16 GB
c.- Finally, enter the SD memory in the Raspberry and the boot starts, the credentials to enter are the following: User: root Password: centos
d.-Now let's expand to the maximum capacity the SD
/usr/bin/rootfs-expand
- If you don't have installed wget command, install it in the following way:
yum install wget -y
- Download the script:
wget https://raw.githubusercontent.com/VitalPBX/raspberry/master/install.sh
- Set correct permissions to script:
chmod +x install.sh
- Excute the script to install VitalPBX:
./install.sh