462 Câu hỏi
490 Trả lời
28 Bình luận
15.8k Thành viên
- Đầu tiên bạn cài centos đúng phiên bản của ISO, vào yum những gói cần thiế. yum install -y make wget openssl-devel ncurses-devel newt-devel libxml2-devel kernel-devel gcc gcc-c++ sqlite-devel perl libuuid-devel - Mount file iso vào thư mục mkdir /mnt/iso mount -o loop /tmp/Elastix-2.3.0-x86_64-bin-02abr2012.iso /mnt/iso/ sed -i s/SELINUX=enforcing/SELINUX=disabled/g /etc/selinux/config - Tạo file repo để yum từ thư mục vi /etc/yum.repos.d/elastix-cd.repo [elastix-cd] name=Elastix RPM Repo CD baseurl=file:///mnt/iso/ gpgcheck=0 enabled=1 - Và tiến hành cài đặt thôi yum install elastix - Tắt các chương trình ko cần thiết chkconfig iscsi off chkconfig iscsid off chkconfig netfs off Chúc bạn thành công!