zoukankan      html  css  js  c++  java
  • Some records for CentOS7 config TT server

    1.ttautodeploy

    1)check os version :/etc/issue -->/etc/redhat-release

    2)give right inner and outer IP address for every conf file

    2.remove mysql when install and build percona client, server, shared libs for libs confilcting problem.

    3.install ttautodeploy/setup.sh

    4.Need to re-config Web management :

    1)config right IP Address for Nginx and php5

    2)especially give a right root for Ngnix.conf and php-fpm.conf

    3)At this time ,go to server ,you will find you always stay on Nginx welcome page.

    So you need to pay attetion some jungles here:

    *1check selinux blocked php or not?if so, shut up it.

    *2(***)restart your nginx for affecting what your configs above. "sudo systemctl start nginx ".

    That is OK now!

    Some attachements for php manger panel in TT with adding new person for charting.

    1) no object for adding a person with avatar image.return 500 php page failed!

    you should see php log for TT, and you will find it is produced by Controller.php file error:  return a NULL data for php, we need to avoid a null data; And it is Ok.

  • 相关阅读:
    Python基础之入门
    Python基础之语句语法
    Python基础之变量
    Nginx实现反向代理和负载均衡
    Nginx配置文件简述
    Nginx简介及环境搭建
    C#利用RabbitMQ实现消息订阅与发布
    C#利用RabbitMQ实现点对点消息传输
    RabbitMQ交换机类型简述
    Android
  • 原文地址:https://www.cnblogs.com/erickingxu/p/4235600.html
Copyright © 2011-2022 走看看