-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
301 lines (291 loc) · 9.79 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
<!doctype html>
<html lang="en">
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118276181-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118276181-1');
</script>
<link rel="icon" href="img/eucalyptus.ico"/>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Eucalyptus</title>
<!-- CSS start here -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- CSS end here -->
</head>
<body>
<!-- header start here -->
<header>
<div class="container">
<div class="row">
<div class="col-12 col-lg-6">
<a href="index.html" class="logo">
<img src="img/logo.png" />
</a>
</div>
<div class="col-12 col-lg-6">
<ul class="navb">
<li>
<a href="https://blog.eucalyptus.cloud/" target="_blank">
<img src="img/icon1.png">
BLOG
</a>
</li>
<li>
<a href="https://docs.eucalyptus.cloud/" target="_blank">
<img src="img/icon2.png">
DOCS
</a>
</li>
<li>
<a href="https://github.com/Corymbia/eucalyptus" target="_blank">
<img src="img/icon3.png">
CODE
</a>
</li>
<li>
<a href="https://www.appscale.com/" target="_blank">
<img src="img/icon14.png">
COMMERCIAL SUPPORT
</a>
</li>
</ul>
</div>
<div class="col-12 col-lg-7">
<p class="textco">Eucalyptus is open source software for building
AWS-compatible private and hybrid clouds. <br > <br >
As an Infrastructure as a Service (IaaS) product,
Eucalyptus allows your users to provision your
compute and storage resources on-demand.</p>
</div>
</div>
</div>
</header>
<!-- header end here -->
<!-- container start here -->
<section class="banner2">
<div class="container">
<div class="row">
<div class="col-4">
<a href="#faststar"><img src="img/icon4.png" />
FastStart</a>
</div>
<div class="col-4">
<a href="#Images"><img src="img/icon5.png" />
Images</a>
</div>
<div class="col-4">
<a href="#Community"><img src="img/icon6.png" />
Community</a>
</div>
</div>
</div>
</section>
<section class="banner3">
<div class="container">
<h3>APIs</h3>
<div class="row">
<div class="col-12 col-md-3 col-lg-3 col-xl-3">
<div class="sev_box">
<div class="imgbox">
<img src="img/icon7.png" />
</div>
<strong>Compute</strong>
<p>Run instances with <b>EC2</b> and <b>Auto Scaling / ELB.</b></p>
</div>
</div>
<div class="col-12 col-md-3 col-lg-3 col-xl-3">
<div class="sev_box">
<div class="imgbox">
<img src="img/icon8.png" />
</div>
<strong>Storage</strong>
<p>Use <b>S3</b> storage to share data and <b>EBS</b> for persistent instance state.</b></p>
</div>
</div>
<div class="col-12 col-md-3 col-lg-3 col-xl-3">
<div class="sev_box">
<div class="imgbox">
<img src="img/icon9.png" />
</div>
<strong>Management</strong>
<p>Use <b>IAM</b> to manage users and control access, and <b>Cloud Formation</b> to manage resources.</b></p>
</div>
</div>
<div class="col-12 col-md-3 col-lg-3 col-xl-3">
<div class="sev_box">
<div class="imgbox">
<img src="img/icon10.png" />
</div>
<strong>Monitoring</strong>
<p>Use <b>CloudWatch</b> to monitor your compute resources.</b></p>
</div>
</div>
</div>
</div>
</section>
<section class="banner4" id="faststar">
<div class="container">
<div class="row">
<div class="col-12 col-md-4 col-lg-4 col-xl-4">
<div class="imgboxs">
<img src="img/icon11.png" />
</div>
</div>
<div class="col-12 col-md-8 col-lg-8 col-xl-8">
<div class="grbox">
<h3>Try Eucalyptus with a FastStart install by running:</h3>
<span>bash <(curl -Ls https://get.eucalyptus.cloud)</span>
<p>as root, on a CentOS 7.9 minimal install with a few IP addresses to spare<br /><br />
For a production install, follow the <a href="https://docs.eucalyptus.cloud/eucalyptus/5/install_guide/automated_install/" target="_blank">installation guide.</a> </p>
</div>
</div>
</div>
</div>
</section>
<section class="banner5" id="Images">
<div class="container">
<div class="row diply">
<div class="col-12 col-md-4 col-lg-4 col-xl-4 floatleft">
<div class="imgboxs">
<img src="img/icon12.png" />
</div>
</div>
<div class="col-12 col-md-8 col-lg-8 col-xl-8">
<div class="grbox">
<h3>
<strong>install</strong>
Quickly install images for your Eucalyptus cloud by running:</h3>
<span>python <(curl -Ls https://eucalyptus.cloud/images)</span>
</div>
</div>
</div>
<div class="grbox mrto">
<h3>
<strong>DOWNLOAD</strong>
Fetch and upload images to your Eucalyptus cloud(s):</h3>
</div>
<div class="row">
<div class="col-12 col-md-8 col-lg-8 col-xl-8">
<div class="serverbox">
<img src="img/icons1.png" />
<h4>CentOS and CentOS Atomic Host</h4>
<p>From <a href="https://cloud.centos.org/" target="_blank" class="linkbox"> cloud.centos.org </a></p>
</div>
</div>
<div class="col-12 col-md-4 col-lg-4 col-xl-4">
<div class="serverbox">
<img src="img/icons2.png" />
<h4>Fedora CoreOS</h4>
<p>From <a href="https://getfedora.org/en/coreos/download/" target="_blank" class="linkbox">getfedora.org/en/coreos</a></p>
</div>
</div>
<div class="col-12 col-md-8 col-lg-8 col-xl-8">
<div class="serverbox">
<img src="img/icons3.png" />
<h4>Fedora</h4>
<p>From <a href="https://alt.fedoraproject.org/cloud/" target="_blank" class="linkbox"> alt.fedoraproject.org/cloud </a></p>
</ul>
</div>
</div>
<div class="col-12 col-md-4 col-lg-4 col-xl-4">
<div class="serverbox">
<img src="img/icons4.png" />
<h4>Ubuntu</h4>
<p>
From <a href="https://cloud-images.ubuntu.com/" target="_blank" class="linkbox"> cloud-images.ubuntu.com</a>
</p>
</div>
</div>
</div>
<div class="bubox">by following the <a href="https://docs.eucalyptus.cloud/eucalyptus/5/image_guide/img_concept_understanding_images/">image guide,</a> for <a href="https://docs.eucalyptus.cloud/eucalyptus/5/image_guide/img_task_intro/img_task_install_hvm_image/"> installing an HVM image.</a> </div>
</div>
</section>
<section class="banner4" id="Community">
<div class="container">
<div class="row">
<div class="col-12 col-md-4 col-lg-4 col-xl-4">
<div class="imgboxs">
<img src="img/icon13.png" />
</div>
</div>
<div class="col-12 col-md-8 col-lg-8 col-xl-8">
<div class="serverbox secondb">
<img src="img/icons5.png" />
<h4>Discuss</h4>
<p>Ask questions on <a href="https://stackoverflow.com/questions/tagged/eucalyptus" target="_blank">Stack Overflow</a></p>
</div>
<div class="serverbox secondb mrtopa">
<img src="img/icons6.png" />
<h4>Contribute</h4>
<p>Get the<a href="https://github.com/corymbia/eucalyptus" target="_blank"> source,</a> or submit an<a href="https://github.com/corymbia/eucalyptus/issues" target="_blank"> issue</a> on GitHub.</p>
</div>
</div>
</div>
</div>
</section>
<section class="footerse">
<div class="container">
<div>
<img src="img/logo.png" />
<div class="clearfix"></div>
<ul class="navb">
<li>
<a href="https://blog.eucalyptus.cloud/" target="_blank">
<img src="img/icon1.png">
BLOG
</a>
</li>
<li>
<a href="https://docs.eucalyptus.cloud/" target="_blank">
<img src="img/icon2.png">
DOCS
</a>
</li>
<li>
<a href="https://github.com/Corymbia/eucalyptus" target="_blank">
<img src="img/icon3.png">
CODE
</a>
</li>
<li>
<a href="https://www.appscale.com/" target="_blank">
<img src="img/icon14.png">
COMMERCIAL SUPPORT
</a>
</li>
</ul>
</div>
</div>
</section>
<!-- footer start here -->
<section class="copyright">
Copyright © 2018-2021 <a href="https://www.appscale.com/" target="_blank">AppScale Systems</a>. All rights reserved.
</section>
<!-- footer end here -->
<!-- js start here -->
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script type="text/javascript">
var $root = $('html, body');
$('a').on('click', function(event){
var hash = this.hash;
// Is the anchor on the same page?
if (hash && this.href.slice(0, -hash.length-1) == location.href.slice(0, -location.hash.length-1)) {
$root.animate({
scrollTop: $(hash).offset().top - 100
}, 'slow', function() {
});
return false;
}
});
</script>
<!-- js end here -->
</body>
</html>