File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 1+ .git/
2+ .gitignore
3+ LICENSE
4+ README.md
5+
Original file line number Diff line number Diff line change @@ -42,17 +42,20 @@ Docker Hub is a free service to publicly store available images.
4242![ my_doker_hub] ( /img/docker_hub.png )
4343
4444## 4. As an application hosted by IBM Cloud
45- :octocat: Befor you begin:
45+ :octocat: Before you begin, verify that you have completed the below steps :
4646
47- * [ IBM Cloud account] ( https://cloud.ibm.com/registration )
48- * install [ IBM Cloud CLI] ( https://cloud.ibm.com/docs/cli?topic=cloud-cli-getting-started ) by running ` curl -sL https://ibm.biz/idt-installer | bash `
47+ * you have access to an [ IBM Cloud account] ( https://cloud.ibm.com/registration ) .
48+ * the [ IBM Cloud CLI] ( https://cloud.ibm.com/docs/cli?topic=cloud-cli-getting-started ) is installed in your workstation.
4949
50501 . clone the repository by running ` git clone https://github.com/AhmNouira/flask-hello-world `
51512 . ` cd flask-hello-world `
52522 . run ` bx login ` to login to your IBM cloud account and enter your email and password
53533 . ` bx target --cf ` to target the Cloud Foundary
54+ To check the default organization and space to which you have access, go to https://cloud.ibm.com/account/cloud-foundry .
54554 . ` bx cf push ` to push the application to IBM Cloud
55- 5 . if you found any error run ` bx cf logs <your-app-name> --recent ` to see the troubleshoot
56-
56+ 5 . if you found any error run ` bx cf logs flask-hello-world --recent ` to see the troubleshoot
57+ 6 . check whether your app is running ` bx cf app flask-hello-world `
58+ 7 . to explore how your app directories are structured ` bx cf ssh flask-hello-world `
59+ __ Visit my [ site] ( http://flask-hello-world.eu-gb.mybluemix.net ) __
5760![ ibm_cloud] ( /img/ibm_cloud.png )
5861
Original file line number Diff line number Diff line change 11applications :
22- path : .
3- # host: flask-hello-word
3+ # host: flask-hello-world
44 random_route : True
5- name : flask-hello-world
5+ name : flask-hello-world
66 domaine : mybluemix.net
77 memory : 128M
88 disk_quota : 128M
9+
10+
You can’t perform that action at this time.
0 commit comments