-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 1.37 KB
/
index.html
File metadata and controls
25 lines (24 loc) · 1.37 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>DoDash</title>
</head>
<body>
<p>Welcome to DoDash
Given below are major steps that you have to follow to start developing a OpenSocial gadget for DevOps Dashboard:</p>
<ol>
<li>Download DevOps Dashboard Beta by registering <a href="http://www.cccqcommunity.com/dashboard_beta.html">here</a>.</li>
<li>Install and run the DevOps Dashboard. Refer to <a href="http://www.cccqcommunity.com/uploads/1/0/2/7/102707030/1.installation_guide.pdf">Installation Guide</a> for the detailed steps.</li>
<li>Install <a href="https://git-scm.com/book/en/v2/Getting-Started-Installing-Git">Git</a>.</li>
<li>Install <a href="https://nodejs.org/en/download/">Node.js</a>.</li>
<li>Choose any one of the repositories from among those listed under <a href="https://github.com/dodash/gadget-catalog">gadget-catalog</a> based upon which JavaScript framework you are most comfortable with.</li>
<li>Now clone the repository that you chose in the previous step and follow its README file to get started with developing your gadget</li>
</ol>
<h2 id="references">References</h2>
<ul>
<li><a href="https://developers.google.com/gadgets/docs/gs">Get Started Writing Gadgets</a></li>
<li><a href="http://opensocial.github.io/spec/2.5.1/Core-Gadget.xml#JavaScript-API-Reference">OpenSocial gadget Javascript API</a></li>
</ul>
</body>
</html>