- โดยวิธีการติดตั้งตามนี้ครับ
- Step 1: login to your VPS and update your CentOS
# yum -y update
Step 2: Download the required Elastix ISO
wget http://downloads.sourceforge.net/projec ... ay2015.iso
Step 3. Mount the ISO
# mkdir /mnt/iso
# mount -o loop Elastix-2.5.0-STABLE-x86_64-bin-08may2015.iso /mnt/iso
# cd /mnt/iso
Step 4. install the EPEL extensions from the Fedora Project.
# rpm -ivh ftp://mirror.cs.princeton.edu/pub/mirro ... noarch.rpm
Step 5. Create the elastix repo file
# nano /etc/yum.repos.d/elastix-cd.repo
Copy and paste lines below:
[elastix-cd]
name=Elastix RPM Repo CD
baseurl=file:///mnt/iso/
gpgcheck=0
enabled=1
Step 6: Install Elastix
# yum -y install elastix
Step 7: Reboot your vps. take note you will get disconnected. Log back in.
# Reboot
Step 8: type the following command to change elastix admin and mysql root password
# /etc/rc3.d/S66elastix-firstboot start
Step 8: Reboot again and login
Reboot
แล้วแบบนี้จะแก้ไขยังไงได้บ้างครับ