码迷,mamicode.com
首页 > 其他好文 > 详细

postgres-xl 集体搭建(1)

时间:2016-03-09 17:25:40      阅读:105      评论:0      收藏:0      [点我收藏+]

标签:

安装并编辑脚本

cd /opt/
curl -O http://files.postgres-xl.org/postgres-xl95r1beta1.tar.gz
tar -zxvf postgres-xl95r1beta1.tar.gz
mv postgres-xl95r1beta1 postgres-xl
cd postgres-xl
yum install -y gcc
yum install -y readline-devel
yum install -y perl
yum install -y flex bison
yum install -y zlib-devel
./configure
make
make install

postgres-xl 集体搭建(1)

标签:

原文地址:http://www.cnblogs.com/zhangeamon/p/5258654.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!