Cloud Foundry 스태틱 빌드팩 사용하기

Cloud Foundry 스태틱 빌드팩 사용하기
Cloud Foundry 스태틱 빌드팩 "Hello World" 튜토리얼

1 사전작업[ | ]

2 프로젝트 소스코드 작성[ | ]

root@zetawiki:~# cd sample
root@zetawiki:~/sample# echo 'Hello World' > index.html
root@zetawiki:~/sample# touch Staticfile
root@zetawiki:~/sample# cf push

3 cf push[ | ]

root@zetawiki:~/sample# cf push hello -m 64M
Creating app hello in org testorg / space testuser03 as testuser03...
OK
... (생략)
requested state: started
instances: 1/1
usage: 64M x 1 instances
urls: hello.example.com
last uploaded: Tue May 23 02:07:50 UTC 2017
stack: cflinuxfs2
buildpack: staticfile 1.3.3

     state     since                    cpu    memory     disk      details
#0   running   2017-05-23 11:51:39 AM   0.0%   0 of 64M   0 of 1G
→ URL로 접속해보면 Hello World가 출력됨

4 같이 보기[ | ]

5 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}