Post Views:
2,436
Sebelum mencoba install Openlitespeed, sebaiknya anda baca artikel Apa itu openlitespeed?
untuk memulai install openlitespeed, kita harus download reponya terlebih dahulu
|
[root@web-server ~]# rpm -ivh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el7.noarch.rpm Retrieving http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el7.noarch.rpm Preparing... ################################# [100%] Updating / installing... 1:litespeed-repo-1.1-1.el7.centos ################################# [100%] |
setelah itu install openlitespeednya
|
[root@web-server ~]# yum install openlitespeed14.x86_64 -y |
openlitespeed yang saya install adalah 64 bit, jadi kita juga harus install OS centosnya yg 64 bit juga
kemudian menambahkan repositori epel-release untuk menginstall beberap software tambahan
|
[root@web-server ~]# yum install epel-release -y |
kemudian install paket tambahan untuk PHP 7
|
[root@web-server ~]# yum install lsphp70 lsphp70-mysqlnd lsphp70-process lsphp70-mbstring lsphp70-mcrypt lsphp70-gd lsphp70-opcache lsphp70-bcmath lsphp70-pdo lsphp70-common lsphp70-xml -y |
Read More
Komentar