Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7388846
  • 博文数量: 1755
  • 博客积分: 18684
  • 博客等级: 上将
  • 技术积分: 16227
  • 用 户 组: 普通用户
  • 注册时间: 2010-06-02 10:28
个人简介

啥也没写

文章分类

全部博文(1755)

文章存档

2024年(1)

2023年(44)

2022年(39)

2021年(46)

2020年(43)

2019年(27)

2018年(44)

2017年(50)

2016年(47)

2015年(15)

2014年(21)

2013年(43)

2012年(143)

2011年(228)

2010年(263)

2009年(384)

2008年(246)

2007年(30)

2006年(38)

2005年(2)

2004年(1)

分类: LINUX

2012-03-14 15:46:19

I know that debian/ubuntu seems to be the popular server around here, but I've done a bit of work to get the install working on CentOS/RHEL 5.6, and I thought others might find it useful. Keep in mind that I have only tested this with a clean VM.

(original article: )

Step 0 – Spin up clean VM, update VM, enable EPEL
$ sudo yum -qy update
$ sudo su -c 'rpm -Uvh '

Step 1 – make sure your pre-reqs are installed 
Optionally, specify your architecture. If you are using a 64-bit version of the OS, there’s no real need to install the i386 versions of the devel packages unless you really want to. If you want both versions, simply remove where I’ve added .x86_64 below:
$ sudo yum -qy install gcc gcc-c++ make patch zlib zlib-devel.x86_64 openssl openssl-devel.x86_64 readline readline-devel.x86_64 git

Step 2 – Run the install script
First, make sure curl is installed
$ sudo yum -qy install curl

Install vcap:
$ curl  > install.vcap && bash install.vcap

After this step, make sure you exit and open a new shell, or reload your current one

Step 3 – Start and check VCAP
$ cd ~/cloudfoundry/vcap
$ bin/vcap start
$ bin/vcap status
$ bin/vcap tail # see aggregate logs

Hopefully, from here on out you can follow the instructions at  (start at section: Trying your setup) to test your setup


 转:


阅读(2391) | 评论(0) | 转发(0) |
0

上一篇:mysql spider 引擎的使用

下一篇:Cloud Foundry

给主人留下些什么吧!~~