From 2a36894cb8f96c97d3c24233906eb58d36cce24c Mon Sep 17 00:00:00 2001 From: hivefans Date: Wed, 18 Sep 2013 21:02:57 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab9a619..3b5fa40 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,10 @@ Main features: (3) modify config.inc.php ,$configure['hbase_host']=your hbase thrift server
(4) create database phphbaseadmin in mysql server ,import database/phphbaseadmin.sql,edit application/config/database.php,$db['default']['hostname']、 $db['default']['username'] 、$db['default']['password'] = '';
-(5) open http://serverip/phphbaseadmin in your browser, default user is admin ,password is admin888 -(6) after the user login,select system->user manager menu to set user table grant -(7) select Tables->view menu to view table record -## 安装方法
+(5) open http://serverip/phphbaseadmin in your browser, default user is admin ,password is admin888
+(6) after the user login,select system->user manager menu to set user table grant
+(7) select Tables->view menu to view table record
+## 安装方法 (1) 使用根目录中的 setup_centos5.sh 或者setup_centos6.sh 脚本安装所需环境
(2) 启动hbase thrift server
(3) 修改根目录中的配置文件 config.inc.php,修改$configure['hbase_host']=你的thrift server服务器地址