-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path3-capstone-prework.md.html
89 lines (89 loc) · 5.24 KB
/
3-capstone-prework.md.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="https://unpkg.com/@highlightjs/[email protected]/styles/default.min.css">
</head>
<body>
<img src="https://cf-courses-data.s3.us.cloud-object-storage.appdomain.cloud/IBM-CD0321EN-SkillsNetwork/labs/module_1_static_pages/images/IDSNlogo.png" width="200" height="200">
<h3>Prework for cloud application development</h3>
<p>We will use the following IBM services to develop and deploy the cloud application:</p>
<ol>
<li>
<p>IBM Natural Language Understanding</p>
</li>
<li>
<p>IBM Cloud Functions</p>
</li>
<li>
<p>IBM Cloud Foundry</p>
</li>
<li>
<p>IBM Cloudant</p>
</li>
</ol>
<p>Navigate to <a href="https://cloud.ibm.com/?utm_medium=Exinfluencer&utm_source=Exinfluencer&utm_content=000026UJ&utm_term=10006555&utm_id=NA-SkillsNetwork-Channel-SkillsNetworkCoursesIBMCD0321ENSkillsNetwork23970854-2021-01-01" target="_blank" rel="external">cloud.ibm.com</a> to create a lite account if you do not have yet.</p>
<h2>Steps to be followed to create the services</h2>
<ol>
<li>
<p><a href="https://cf-courses-data.s3.us.cloud-object-storage.appdomain.cloud/IBMDeveloperSkillsNetwork-CC0101EN-SkillsNetwork/labs/module%201/HandsonLab_CreateIBMCloudAccount.md.html?utm_medium=Exinfluencer&utm_source=Exinfluencer&utm_content=000026UJ&utm_term=10006555&utm_id=NA-SkillsNetwork-Channel-SkillsNetworkCoursesIBMCD0321ENSkillsNetwork23970854-2021-01-01">Create IBM Cloud Account</a>, if you don't already have an account. To access the resources and services that IBM Cloud provides, you need an IBM Cloud account.</p>
</li>
<li>
<p><a href="https://cf-courses-data.s3.us.cloud-object-storage.appdomain.cloud/IBMDeveloperSkillsNetwork-CD0201EN-SkillsNetwork/labs/FinalProject/3-create-services/instructions.md.html?utm_medium=Exinfluencer&utm_source=Exinfluencer&utm_content=000026UJ&utm_term=10006555&utm_id=NA-SkillsNetwork-Channel-SkillsNetworkCoursesIBMCD0321ENSkillsNetwork23970854-2021-01-01">Create NLU and Cloudant Service.</a> All product reviews created by authenticated users will be stored in Cloudant. You will use the NLU service in your cloud application to analyze the tone of the review comments posted by users. Take a screenshot of the resources view showing the Cloudant and NLU services as shown in the sample below. Save the screenshot as "resources.jpg" and submit with your final project submission.</p>
<img src="https://cf-courses-data.s3.us.cloud-object-storage.appdomain.cloud/IBM-CD0321EN-SkillsNetwork/labs/module_1_static_pages/images/resources-sample-screenshot.png" width="75%" style="border:1px solid grey">
</li>
<li>
<p>Fork the <a href="https://github.com/ibm-developer-skills-network/agfzb-CloudAppDevelopment_Capstone.git" target="_blank" rel="external">GitHub repository</a> in this link to your own GitHub space. Later, you will clone your GitHub repository to the Theia Lab environment.</p>
<blockquote>
<p><strong>Note</strong>: You will need a GitHub account to fork the repository. If you don't have one already, go to <a href="https://github.com/" target="_blank" rel="external">GitHub</a> and create one.</p>
</blockquote>
<img src="https://cf-courses-data.s3.us.cloud-object-storage.appdomain.cloud/IBM-CD0321EN-SkillsNetwork/labs/module_1_static_pages/images/fork_capstone_proj_repo.png" width="100%" style="border:1px solid grey">
<p>Now that you have finished the prework, you can follow the instructional lab for this module and complete the use cases.</p>
</li>
</ol>
<h2>Author(s)</h2>
<h4>Lavanya</h4>
<h4></h4>
<h3>Other Contributor(s)</h3>
<p>
Upkar Lidder
Priya
</p>
<h2>Changelog</h2>
<table>
<thead>
<tr>
<th>Date</th>
<th>Version</th>
<th>Changed by</th>
<th>Change Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>2021-01-28</td>
<td>1.1</td>
<td>Lavanya</td>
<td>Made changes in the code to make instruction explicit</td>
</tr>
<tr>
<td>2021-01-28</td>
<td>1.0</td>
<td>Lavanya</td>
<td>Created new instructions for Capstone project</td>
</tr>
</tbody>
</table>
<h2></h2>
<h3 align="center">© IBM Corporation 2021. All rights reserved.</h3>
<h3></h3>
<script>window.addEventListener('load', function() {
snFaculty.inject();
});</script>
<script src="https://skills-network-assets.s3.us.cloud-object-storage.appdomain.cloud/scripts/inject.43989f87.js"></script>
<script src="https://unpkg.com/@highlightjs/[email protected]/highlight.min.js"></script>
<script src="https://unpkg.com/[email protected]/highlightjs-badge.min.js"></script>
</body>
</html>