美文网首页我爱编程
安装magento流程图

安装magento流程图

作者: 跨境小白 | 来源:发表于2018-05-22 19:52 被阅读22次

    1、安装LAMP环境(PHP7.0)
    apt-get -y install wget screen git
    git clone https://github.com/teddysun/lamp.git
    cd lamp
    chmod +x *.sh
    screen -S lamp
    ./lamp.sh

    2、安装FTP
    sudo apt install vsftpd
    vim /etc/vsftpd.conf
    打开 write_enable=YES

    3、配置环境
    修改php.ini把 disable_functions(禁用函数列表)这行里的 proc_open,proc_get_state 函数删除,然后重启 PHP 服务。
    sudo chown -R apache:apache /data/www/default/
    sudo chmod -R 775 /data/www/default/

    4、安装
    上传zip到空间下
    进入phpmyadmin,创建一个数据库
    进入网页进行安装

    相关文章

      网友评论

        本文标题:安装magento流程图

        本文链接:https://www.haomeiwen.com/subject/exmkjftx.html