Posts

VICIdial Scratch Install CentOS 7 & MariaDB & Asterisk 13

Image
All the content attributed to  Update the system & disable the SELINUX 1 2 3 4 5 yum check - update yum update - y yum - y install epel - release sed - i 's/SELINUX=enforcing/SELINUX=disabled/g' / etc / selinux / config     reboot Install Dependencies with Webserver & MariaDB database 1 2 3 yum install make patch gcc gcc - c ++ subversion php php - devel php - gd gd - devel php - mbstring php - mcrypt php - imap php - ldap php - mysql php - odbc php - pear php - xml php - xmlrpc curl curl - devel perl - libwww - perl ImageMagick libxml2 libxml2 - devel httpd libpcap libpcap - devel libnet ncurses ncurses - devel screen mysql - devel ntp kernel* mutt glibc . i686 wget nano unzip sipsak sox – y yum install sqlite - devel – y yum install mariadb - server mariadb - y Enable all the services and start the Web & MariaDB 1 systemctl enable httpd . service ; systemctl enable mariadb