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
Installing ViciDial on CentOS 7:
- 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