• php linux部署相关


    http://www.itbulu.com/wdcp-php55.html

    http://www.wdlinux.cn/wdcp/install.html

    http://www.yiichina.com/doc/guide/2.0/runtime-logging

    wdcp支持两种安装方式
    1 源码编译 此安装比较麻烦和耗时,一般是20分钟至一个小时不等,具体视机器配置情况而定
    2 RPM包安装 简单快速,下载快的话,几分钟就可以完成

    源码安装(ssh登录服务器,执行如下操作即可,需root用户身份安装)
    wget http://dl.wdlinux.cn:5180/lanmp_laster.tar.gz
    tar zxvf lanmp_laster.tar.gz
    sh install.sh
    4个可选安装,如下图

    .htaccess

    RewriteEngine on

    # if a directory or a file exists, use it directly
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d

    # otherwise forward it to index.php
    RewriteRule . index.php

    ----------------------------------------------------

    1、拉取代码倒根目录
    2、安装composer
    3、执行 composer global require "fxp/composer-asset-plugin:~1.0.0"
    4、在项目根目录下执行 composer update
    5、在项目根目录下执行 ./init
    6、在项目根目录下执行./yii migrate

    ----------------------------------------------------------------

    memcache 安装

    1、wget https://pecl.php.net/get/memcache-3.0.8.tgz

    2、gzip -d memcache-3.0.8.tgz

    3、tar xvf memcache-3.0.8.tar

    4、cd memcache-3.0.8

    5、/www/wdlinux/php/bin/phpize

    6、./configure --enable-memcache --with-php-config=/www/wdlinux/php/bin/php-config --with-zlib-dir

    7、make
    8、make install

  • 相关阅读:
    C# winform DataGridView显示行标数字
    雪花算法的原理和实现
    mysql绿色版在windows系统中的启动
    新族工程项目合同管理软件
    CZoneSoft iBooker手机电子书阅读器开发
    Vue2.0 搭建Vue脚手架(vuecli)
    如何设计API返回码(错误码)?
    浏览器千年虫问题
    TP5 在线直播 实现
    如何防止 html 实体 转义
  • 原文地址:https://www.cnblogs.com/yuanxiaoping_21cn_com/p/4771764.html
Copyright © 2020-2023  润新知