-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (54 loc) · 2.62 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="OpenStack.NET : Enabling the open cloud for Microsoft .NET developers">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>OpenStack.NET</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/openstacknetsdk">View on GitHub</a>
<h1 id="project_title">OpenStack.NET</h1>
<h2 id="project_tagline">Enabling the open cloud for Microsoft .NET developers</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>
<a id="an-openstack-sdk-for-microsoft-net" class="anchor" href="#an-openstack-sdk-for-microsoft-net" aria-hidden="true"><span class="octicon octicon-link"></span></a>An OpenStack SDK for Microsoft .NET</h1>
<p>OpenStack.NET is an SDK written for the Microsoft .NET platform, designed to enable developers to seamlessly work with the many services provided by the OpenStack cloud operating system.</p>
<p>The OpenStack.NET SDK contains:</p>
<ul>
<li>A language API</li>
<li>Getting Started Guide</li>
<li>API Reference Manual</li>
<li>Release Notes</li>
<li>Sample code</li>
</ul>
<p>You can view our <a href="http://openstacknetsdk.org/docs/">API documentation</a> or some <a href="https://github.com/openstacknetsdk/openstack.net/wiki">sample code</a>.</p>
<h2>
<a id="getting-started" class="anchor" href="#getting-started" aria-hidden="true"><span class="octicon octicon-link"></span></a>Getting Started</h2>
<p>To install the SDK into your project, you will need:</p>
<ul>
<li>Visual Studio 2013 or higher</li>
<li>.NET 4.5 or higher</li>
</ul>
<p>Once you have your .NET project created, you can install the SDK using the <a href="http://docs.nuget.org/docs/start-here/using-the-package-manager-console">NuGet Package Manager Console</a>.</p>
<p>To install OpenStack.NET, run the following command in the Package Manager Console:</p>
<p>PM> Install-Package openstack.net</p>
<p>For getting started with our Rackspace providers, please see our <a href="https://github.com/openstacknetsdk/openstack.net/wiki/Code-Samples">sample code</a>.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>