Categories: Vicidial

How to – Install Vicidial on Alma Linux 9 with my new auto installer

How to – Install Vicidial on Alma Linux 9 with my new auto installer

That’s right, I have fixed the issues with dahdi and php7 installations on Alma Linux 9 and created the auto installer for it, complete with the dynamic portal and the CyburPhone. Its been tested and is working. So lets get to it! The code can be found here: https://github.com/carpenox/vicidial-install-scripts/tree/main

Alma 9 ISO – https://repo.almalinux.org/almalinux/9/isos/x86_64/AlmaLinux-9-latest-x86_64-dvd.iso

Step 1 – Download the dependencies

timedatectl set-timezone America/New_York

yum check-update
yum update -y
yum -y install epel-release
yum update -y
yum install git -y
yum install kernel* --exclude=kernel-debug* -y

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


cd /usr/src
git clone https://github.com/carpenox/vicidial-install-scripts.git
cd vicidial-install-scripts

reboot

Step 2 – Run the installer

Now yes this an auto installer, but you have to hit enter a couple times as well as add the server’s IP so don’t walk away for too long.

Make sure you have (FQDN) Full Qualified Domain name

chmod +x main-installer.sh
./main-installer.sh

For other versions check here: https://github.com/carpenox/vicidial-install-scripts

Some more in-depth information about the installer can be found here:

Check out my latest article for better setup instructions: How to – Use the full functionality of the ViciDial installer by carpenox

That’s all there is to it. I hope you guys like it, it was a lot of hard work. Please donate to keep this blog thriving: https://www.paypal.me/TheDialerOne

-Chris aka carpenox

carpenox

View Comments

Recent Posts

How to – Fix ViciBox 11 and 12 errors

How to - Fix ViciBox 11 and 12 errors Step 1 - Fix Apache errors…

11 hours ago

CyburDial’s New Merchandise Store

Welcome to CyburDial's New Merchandise Store We are beyond excited to announce that CyburDial has…

3 days ago

Custom VICIdial Reports on GitHub

Custom VICIdial Reports on GitHub Introducing My New GitHub Repository for Custom VICIdial Reports Hey…

1 week ago

How to – Fix Apache not starting on ViciBox

How to - Fix Apache not starting on ViciBox There is a new issue with…

2 months ago

How to – Use the full functionality of the ViciDial installer by carpenox

How to - Use the full functionality of the ViciDial installer by carpenox Vicidial administrators, take note: the Carpenox Auto Installer is about to change the game. This tool transforms the usually complex setup of Vicidial into a smooth, hassle-free experience. Let…

3 months ago

How to – Decrease SDP(short duration percent) in ViciDial

How to - Decrease SDP(short duration percent) in ViciDial There is a new feature in…

3 months ago

This website uses cookies.