Skip to content

Script to install VitalPBX in a Raspberry PI machine running Centos 7

License

Notifications You must be signed in to change notification settings

VitalPBX/raspberry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VitalPBX - Raspberry PI

Script and resources to install VitalPBX on Raspberry PI Machines

VitalPBX & Raspberry PI

Requirements

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

How to Install

  1. If you don't have installed wget command, install it in the following way:
yum install wget -y
  1. Download the script:
wget https://raw.githubusercontent.com/VitalPBX/raspberry/master/install.sh
  1. Set correct permissions to script:
chmod +x install.sh
  1. Excute the script to install VitalPBX:
./install.sh

Troubleshooting

Important Note

About

Script to install VitalPBX in a Raspberry PI machine running Centos 7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages