2013年12月3日
摘要: 1、创建项目http://xxx.xxx.xx.xx:8080/client/api?command=createProject&response=json&sessionkey=8RDZ5OcjKaWg2wTcyefglJFWEJc%3D&account=admin&domainId=cd9afb68-5729-11e3-a3e9-0024817bfd99&name=test2&displayText=test2&_=13860432148052、列出项目中的账号http://xxx.xxx.xxx.xxx:8080/client/ap 阅读全文
posted @ 2013-12-03 12:05 heidsoft 阅读(353) 评论(0) 推荐(0) 编辑
摘要: 1、下载go安装包 http://golang.org/ go1.2.linux-amd64.tar.gz 2、配置环境变量 3、编写helloworld package main import "fmt" func main() { fmt.Println("Hello, 世界") } 4、编译go go install goTest.... 阅读全文
posted @ 2013-12-03 11:31 heidsoft 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 1、下载cloudfoundry源代码 git clone 2、BOSH的官方定义 BOSH是一个针对大规模分布式系统的部署和生命周期管理的开源工具,其基础是“a tool of release engineering"。由其定义可以看出,虽然BOSH的诞生出自cloudfoundry的部署难题,但BOSH能做的不只是部署cloudfoundry这一个产品。别的分布式系统只要提供给bos... 阅读全文
posted @ 2013-12-03 10:40 heidsoft 阅读(266) 评论(0) 推荐(0) 编辑