Install ViciDial On centos 7 And Ubuntu 18

How-to-Install-ViciDial-on-CentOS-7-and-Ubuntu-18

Certainly, I can provide you with a general overview of how to install ViciDial on CentOS 7 and Ubuntu 18. Please note that this is a high-level guide, and I recommend referring to official documentation and reputable sources for detailed instructions.

Vps Provider

  1. OVH.
  2. Contabo.
  3. Turnkey internet.
  4. Vpsbg
  5. Hostwinds

Installing ViciDial on CentOS 7:

  1. Update Your System:
yum check-update
yum update -y
yum -y install epel-release
yum update -y
yum groupinstall 'Development Tools' -y
yum install git -y
yum install kernel*

#Disable SELINUX
sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config    
systemctl disable firewalld

reboot

Reboot Before running this script

Install Vicidial Now

git clone https://github.com/jaganthoutam/vicidial-install-scripts.git
cd vicidial-install-scripts

Excute Centos vididial Install

chmod +x vicidial-install-centos7.sh
./vicidial-install-centos7.sh

Excute Ubuntu vididial Install

chmod +x vicidial-install-ubuntu18.sh
./vicidial-install-ubuntu18.sh

Go to: http://youripaddress/vicidial/admin.php

The default username is: 6666 and the password is: 1234

Leave a Comment

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply