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.

原文地址:https://www.cnblogs.com/erickingxu/p/4235600.html