From e51abc9de677dd4351e47d78b050546e0e2ffcbf Mon Sep 17 00:00:00 2001 From: Hao Zhu Date: Mon, 18 Nov 2013 11:55:04 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6415fbfee..110f46e67 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ Quick Started #####3、安装CAT的maven plugin,使用它配置CAT的环境 cd cat-maven-plugin;mvn install;mvn cat:install - 确保系统的临时目录程序拥有读写权限,Linux为/tmp/目录 +确保系统的临时目录程序拥有读写权限,Linux为/tmp/目录 #####4、运行CAT cd cat-home;mvn jetty:run - 然后浏览http://localhost:2281 +然后浏览http://localhost:2281 #####5、如果你安装了hadoop集群,请配置/data/appdatas/cat/server.xml中对应hadoop信息,如果没有hadoop集群,server.xml中localmode必须为true,CAT只能在开发环境工作。【可选】 #####6、导入项目到eclipse中,在开发时,可以运行testcase启动项目 ‘com.dianping.cat.TestServer’来启动CAT @@ -28,4 +28,4 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use -Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. \ No newline at end of file +Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -- GitLab