Skip to content
forked from VitalPBX/VPS

Script and resources to install VitalPBX on VPS Machines

Notifications You must be signed in to change notification settings

linuxnetworking/VPS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 

Repository files navigation

VitalPBX VPS

Script and resources to install VitalPBX on VPS Machines with Centos 7 (x86_64)

How to Used

  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/VPS/master/vps.sh
  1. Set correct permissions to script:
chmod +x vps.sh
  1. Excute the script to install VitalPBX on VPS:
./vps.sh

Troubleshooting

  1. When apply changes appears the following message: sudo: unable to open audit system,

SELINUX ERROR

This message appears when the SELINUX is enabled, for disabled execute the following command and then reboot your system:

sed -i 's/^SELINUX=.*/SELINUX=disabled/g' /etc/selinux/config
reboot

Important Note

VitalPBX is not working with OpenVZ based VPS, please, use KVM based VPS.

Due OpenVZ share the kernel and system files with the other users on the node and the host it's self, you are not able to modify the Kernel in any possible way, so, some applications like fail2ban does will not work as expected.

About

Script and resources to install VitalPBX on VPS Machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%