forked from cloudify-cosmo/getcloudify.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-old.html
More file actions
275 lines (248 loc) · 15.4 KB
/
index-old.html
File metadata and controls
275 lines (248 loc) · 15.4 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
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
---
layout: homepage
category: home
---
<!-- test -->
<div class="clear"></div>
<div id="pageContent">
<!-- New hp design -->
<div class="hpBannerWrap">
<h1 style="text-align: center;">
Cloudify - The Open Source PaaS Stack</h1>
<div class="hpBannerLeft fl">
<a class="fancybox-media wtd" href="http://www.youtube.com/watch?v=V3NNreNRxMQ">Watch the demo
<span class="playMovie"></span>
</a>
</div>
<div class="hpBannerRight fr">
<h2 id="alTag_HpBannerText">
Gain the on-demand availability, rapid
<br>
deployment, and agility benefits of moving<br>
your app to the cloud, with our open source<br>
PaaS stack.</h2>
<h3>
All with no code changes, no lock-in,<br>
and full control.</h3>
<a class="hp-banner-getCloudify" href="http://www.cloudifysource.org/downloads/get_cloudify">
Get Cloudify!</a>
<h4 class="reqGuided">or <a href="mailto:info@cloudifysource.org?subject= I'd like to book a demo.">Request a Guided Tour</a></h4>
</div>
</div>
<!-- bottom right colum -->
<div class="hp-right-col">
<div class="grayBox seeTheCode">
<h4 class="seeTheCode">
See The Code</h4>
<div class="grayBoxTop">
</div>
<div class="grayBoxMid">
<div id="tabs">
<ul>
<li><a href="#tabs-2" class="btn-b3">application</a></li>
<li><a href="#tabs-1" class="btn-b3">service</a></li>
<li><a href="#tabs-3" class="btn-b3">autoscaling</a></li>
</ul>
<div class="clear">
</div>
<div id="tabs-1">
<p>
<code class="prettyprint">
service {<br />
name "mysql"<br />
icon "mysql.jpg"<br />
type "DATABASE"<br />
<br />
lifecycle{ <br />
install "mysql_install.groovy" <br />
start "mysql_start.groovy" <br />
...<br />
}<br />
}<br />
</code>
</p>
<a href="http://www.cloudifysource.org/guide/developing/service_recipe" class="seeAll" target="_blank">Learn More</a>
</div>
<div id="tabs-2">
<p>
<code class="prettyprint">
application {<br />
name="petclinic"<br />
service { <br />
name = "mysql" <br />
} <br />
service { <br />
name = "tomcat" <br />
dependsOn = ["mysql"] <br />
} <br />
} <br />
</code>
</p>
<a href="http://www.cloudifysource.org/guide/developing/application_recipe" class="seeAll" target="_blank">Learn More</a>
</div>
<div id="tabs-3">
<p>
<code class="prettyprint">
scalingRule { <br />
serviceStatistics { <br />
metric "Requests per second" <br />
movingTimeRangeInSeconds 20 <br />
} <br />
<br />
highThreshold { <br />
value 100 <br />
instancesIncrease 1 <br />
} <br />
}<br />
</code>
</p>
<a href="http://www.cloudifysource.org/guide/developing/scaling_rules" class="seeAll" target="_blank">Learn More</a>
</div>
<div class="clear">
</div>
</div>
</div>
<div class="grayBoxBtm">
</div>
</div>
<div class="grayBox LatestRecipes">
<h4 class="LatestRecipes">
Latest Recipes</h4>
<div class="grayBoxTop">
</div>
<div class="grayBoxMid">
<ul class="firstList">
<li><a id="Redis" target="_blank" href="https://github.com/CloudifySource/cloudify-recipes/tree/master/services/redis">
<img src="images/home/logoRedis.png" /></a></li>
<li><a id="Nqinx" target="_blank" href="https://github.com/CloudifySource/cloudify-recipes/tree/master/services/nginx">
<img src="images/home/logoNqinx.png" /></a></li>
<li><a id="Play" target="_blank" href="https://github.com/CloudifySource/cloudify-recipes/tree/master/services/play">
<img src="images/home/logoPlay.png" /></a></li>
</ul>
<ul class="secondeList">
<li><a id="PostgreSql" target="_blank" href="https://github.com/CloudifySource/cloudify-recipes/tree/master/services/postgresql">
<img src="images/home/logoPostgreSql.png" /></a></li>
<!--<li><a id="Rails" href="#"><img src="images/home/logoRails.png" /></a></li>-->
<li><a id="Chef" target="_blank" href="https://github.com/CloudifySource/cloudify-recipes/tree/master/services/chef">
<img src="images/home/logoChef.png" /></a></li>
<li><a id="CouchDB" target="_blank" href="https://github.com/CloudifySource/cloudify-recipes/tree/master/services/couchdb">
<img src="images/home/logoCouchDB.png" /></a></li>
</ul>
<div class="clear">
</div>
</div>
<div class="grayBoxBtm">
</div>
<a href="https://github.com/CloudifySource/cloudify-recipes" class="seeAll">See All</a>
</div>
<div class="blueBox GetConnected">
<h4 class="titleGetConnected">
Get Connected</h4>
<div class="blueBoxTop">
</div>
<div class="blueBoxMid">
<ul class="shareLinks">
<li class="twitter"><a target="_blank" href="https://twitter.com/intent/follow?screen_name=cloudifysource">
</a></li>
<li class="tumblr"><a target="_blank" href="http://www.tumblr.com/follow/cloudifysource">
</a></li>
<li class="fb"><a target="_blank" href="https://www.facebook.com/GigaSpaces?sk=app_201742856511228">
<li class="rss"><a target="_blank" href="http://www.cloudifysource.org/atom.xml"></a>
</li>
<li class="mail"><a target="_blank" href="mailto:info@cloudifysource.org"></a></li>
<li class="zendesk"><a target="_blank" href="http://forums.cloudifysource.org/"></a>
</li>
</ul>
</div>
<div class="grayBoxBtm">
</div>
</div>
</div>
<!-- bottom left colum -->
<div class="hp-left-col">
<div id="alTag_HpSubscribe" class="subscribeWrapHome subscribeWrap ">
<div class="subscribeTitle">
</div>
<h3>
for Community Updates</h3>
<!-- Begin MailChimp Signup Form -->
<div class="subscribeForm">
<form class="validate" name="mc-embedded-subscribe-form" id="mc-embedded-subscribe-form"
method="post" action="http://cloudifysource.us4.list-manage.com/subscribe/post?u=5e963581396e0c0e43ed217f8&id=b43defea9b">
<input type="email" title="Please enter a valid email address." placeholder="Enter your e-Mail"
id="mce-EMAIL" class="required subscribeTxt email" name="EMAIL">
<input type="submit" class="subscribeBtn " id="mc-embedded-subscribe" name="subscribe"
value="Go">
</form>
</div>
<!--End mc_embed_signup-->
<div id="messageBox">
</div>
</div>
<div class="homeSearch">
<h2>
Recent Updates</h2>
</div>
<!-- update blog post -->
<a href="http://www.cloudifysource.org/blog" class="hp-update-icon hp-update-blogpost">
Blog Post</a>
<script type="text/javascript" >
//jQuery(function() {
//jQuery.noConflict();
$(window).bind("load", function() {
//rss feed slider
$('.blogFeed').rssfeed('http://www.cloudifysource.org/atom.xml',{
header: false,
titletag: 'div',
date: false,
content: true,
linktarget:'_blank',
},
function(e) {
$(e).find('div.rssBody').vTicker({ showItems: 1});
});
$('.newsFeed').rssfeed('http://cloudifysource.tumblr.com/rss',{
header: false,
titletag: 'div',
date: false,
content: true,
linktarget:'_blank',
},
function(e) {
$(e).find('div.rssBody').vTicker({ showItems: 1});
});
});
</script>
<div class="recentUpdates-box blogFeed">
</div>
<div class="clear">
</div>
<!-- update events -->
<a class="hp-update-icon hp-update-evets" href="http://www.cloudifysource.org/participate">
Upcoming Events</a>
<div class="recentUpdates-box">
<a href="http://www.cloudifysource.org/participate">Community Event: DevOps Con Israel 2013</a><br>
Join us at the upcoming DevOps Con IL 2013 – the first ever DevOps conference of its kind in Israel....</div>
<div class="clear">
</div>
<!-- update news -->
<div class="hp-update-icon hp-update-news">
News
</div>
<div class="recentUpdates-box newsFeed">
</div>
<div class="clear">
</div>
</div>
<div class="clear">
</div>
<div class="twitterBanner">
<h4>
Twitter</h4>
<div id="twitter-ticker">
<script src="scripts/hp-twitter.js" type="text/javascript"></script>
</div>
<div class="clear">
</div>
</div>
</div>