Giter VIP home page Giter VIP logo

cat's Introduction

CAT


Central Application Tracking [![Build Status](https://travis-ci.org/dianping/cat.png?branch=biz)](https://travis-ci.org/dianping/cat)

#####1、安装Mysql服务器 #####2、配置Hadoop集群服务器【可选】 #####3、启动命令行,并将当前工作目录移动到cat目录 #####4、导入mysql的脚本文件,文件在'script/Cat.sql' #####5、在本地磁盘中创建两个目录/data/appdatas/cat,以及/data/applogs/cat mkdir -p /data/appdatas/cat mkdir -p /data/applogs/cat #####6、确保运行程序对刚刚创建的两个目录拥有读写权限,比如用cat用户启动程序 chown cat:cat /data/appdatas/cat -R chown cat:cat /data/applogs/cat -R #####7、确保系统的临时目录程序拥有读写权限,Linux为/tmp/目录 #####8、拷贝script文件夹下的'client.xml datasources.xml server.xml'到/data/appdatas/cat目录下 cp script/*.xml /data/appdatas/cat #####9、修改/data/appdatas/cat/datasource.xml中cat数据源的基本信息,使用您自己的数据库链接信息 #####10、如果你安装了hadoop集群,请配置/data/appdatas/cat/server.xml中对应hadoop信息,如果没有hadoop集群,server.xml中localmode必须为true,CAT只能在开发环境工作。【可选】 #####11、用maven构建项目 mvn eclipse:eclipse #####12、导入项目到eclipse中,并运行testcase启动项目 ‘com.dianping.cat.TestServer’

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.