Introduction to CAT (Central application Tracking):
CAT is a public review open source of a Java-based real-time application monitoring platform, mainly used in the Service middleware framework (MVC Framework, RPC framework, Persistence layer framework, distributed cache framework) monitoring, for development and operations to provide various performance indicators, health check, automatic alarm and other visual services.
Recently in the company to deploy popular reviews of cat, in the middle of a problem, the following is my deployment process:
System and Software:
Cat:https://github.com/dianping/cat
Centos6.5
Apache-maven-3.2.3-bin.zip
Cat-master.zip
Jdk-7u60-linux-x64.gz
First, System Preparation
Install Git
[email protected] ~]# sudo yum install git, #yum安装git ..... Slightly perl-git.noarch 0:1.7.1-4.el6_7.1 complete! [[email protected] ~]# git--version# verified version git versions 1.7.1
2. Install Mavent, JDK and Compression cat folder
[[email protected] ~]# mkdir /application# Create the folder above to make the program folder [[email protected] ~]# cd /home/zdw/tools/#用来存放程序文件 [[Email protected] tools]# lsapache-maven-3.2.3-bin.zip cat-master.zip jdk-7u60-linux-x64.gz# has uploaded maven, cat, JDK files to/home/zdw/tools/[[email protected] tools]# yum -y install unzip# installing unzip decompression software [[Email protected] tools ]# unzip apache-maven-3.2.3-bin.zip #解压maven [[email protected] tools]# ls# View unzipped maven3.23apache-maven-3.2.3 cat-master.zipapache-maven-3.2.3-bin.zip jdk-7u60-linux-x64.gz[[email protected] tools]# cp -r apache-maven-3.2.3 /application/#复制maven程序到/application/[[email protected] tools]# ls /application/#已复制apache-maven-3.2.3[[email protected] tools]# unzip cat-master.zip #解压cat [[EMAIL&Nbsp;protected] tools]# ls# view has been unzipped good apache-maven-3.2.3 cat-master jdk-7u60-linux-x64.gzapache-maven-3.2.3-bin.zip cat-master.zip[[email protected] tools]# cp -r cat-master / application/ #复制cat-master program to/application/[[Email protected] tools]# tar xf jdk-7u60-linux-x64.gz -c /application# unzip the JDK to application [[email protected] tools]# ls /application/View apache-maven-3.2.3 cat-master jdk1.7.0_60
This article is from the blog "Write to Yourself", so be sure to keep this source http://zhaodongwei.blog.51cto.com/4233742/1775133
Centos6.5 Deployment Volkswagen Reviews Cat