腾讯Tars环境搭建 ---- centos

Posted huanggy

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了腾讯Tars环境搭建 ---- centos相关的知识,希望对你有一定的参考价值。

1,安装git

yum install git

2,下载脚本

git clone https://github.com/tangramor/Tars_Install.git

注意:会有3个脚本,centos 环境使用 tars_install.sh,如果没有安装 git 

3,编辑脚本

设置IP,Mysql密码、用户、端口

DBIP localhost
DBPort 3306
DBUser root
DBPassword password

设置网卡

改成本机对应的网卡,使用 ip address 可以查看

INET_NAME=eth0

4,赋予权限

chmod u+x tars_install.sh

5,安装

./tars_install.sh

以上是关于腾讯Tars环境搭建 ---- centos的主要内容,如果未能解决你的问题,请参考以下文章

腾讯微服务框架Tars的初体验

腾讯的开源微服务架构Tars快速上手

Tars环境搭建之路

腾讯微服务框架TARS成功移植至Arm架构

腾讯云CentOS搭建JavaWeb运行环境(手动版)

腾讯云手动搭建LNMP环境(CentOS 7)