centos7安裝magento隨記 這就是個坑,果斷放棄

在centos7經過yum安裝PHP7,首先在終端運行:
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
提示錯誤:
error: Failed dependencies:
epel-release >= 7 is needed by webtatic-release-7-3.noarch
須要先安裝epel-release。

1.安裝epel-release
經過命令:
yum -y install epel-release 
成功安裝。php

yum -y updatehtml

開始安裝數據庫linux

參考 https://linux.cn/article-8320-1.htmlweb

 

設置數據庫格式utf8數據庫

參考 http://www.cnblogs.com/vingi/articles/4302330.htmljson


2.安裝PHP7
終端再次運行以下命令:
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
成功獲取PHP7的yum源,而後再執行:
yum install php70w
這樣就大功告成了。
3.驗證安裝
終端命令:PHP -v,顯示當前PHP版本centos

yum install php70w-curl php70w-intl php70w-mbstring php70w-mcrypt php70w-mhash php70w-openssl php70w-PDO php70w-MySQL php70w-SimpleXML php70w-soap php70w-xml php70w-xsl php70w-zip php70w-json php70w-iconvphp7

去 https://www.magentochina.org/blog/configure-magento2-system/magento-2-system-requirements.html 檢查依賴要求composer

最後按照 https://www.magentochina.org/blog/magento-guide/install-magento-2-1-with-composer.html 進行安裝curl

相關文章
相關標籤/搜索