PCF學習知識

1. 去PCF官網註冊一個免費帳號,地址是: https://login.run.pivotal.io/loginhtml

2.安裝PCF的命名,cf cli. 地址https://pivotal.io/platform/pcf-tutorials/getting-started-with-pivotal-cloud-foundry/install-the-cf-cligit

3. 經常使用命令api

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
相關文章
相關標籤/搜索