1. 去PCF官网注册一个免费账号,地址是: https://login.run.pivotal.io/login
2.安装PCF的命名,cf cli. 地址https://pivotal.io/platform/pcf-tutorials/getting-started-with-pivotal-cloud-foundry/install-the-cf-cli
3. 常用命令
login 命令
cf login -a https://api.run.pivotal.io 登录pcf.
接着会输入username and password
如果提示timeout 或需要设置代理,请到系统变量去设置代理,添加一个变量是 https_proxy,值是http://host:port
push你的code
cf push your appname git url
or
cf push
上面2种都可以.
其实cf help 可以看到很多命令.
但是最好还是通过yml文件去控制一些相关参数.
PCF document address: https://docs.pivotal.io/pivotalcf/installing/pcf-docs.html