-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (68 loc) · 2.76 KB
/
index.html
File metadata and controls
70 lines (68 loc) · 2.76 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
<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>HostingStack - Open-Source PHP & Ruby Platform-as-a-Service Technology</title>
<link href="/assets/00_yui.css" media="screen" rel="stylesheet" type="text/css">
<link href="/assets/base.css" media="screen" rel="stylesheet" type="text/css">
<link href="/assets/corporate.css" media="screen" rel="stylesheet" type="text/css">
<script src="/assets/prototype.js" type="text/javascript"></script>
<script src="/assets/effects.js" type="text/javascript"></script>
<script src="/assets/dragdrop.js" type="text/javascript"></script>
<script src="/assets/controls.js" type="text/javascript"></script>
<script src="/assets/rails.js" type="text/javascript"></script>
<script src="/assets/application.js" type="text/javascript"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20858979-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<style type="text/css"></style></head>
<body>
<div class="head">
<h1><a href="/"><span>HostingStack</span></a></h1>
</div>
<div class="content-container">
<div class="content index">
<h1>Open-Source PHP & Ruby PaaS technology</h1>
<div style="width: 500px; margin: 0 auto;">
<p style="margin: 20px 0; font-size: 85%;">
Hi there!
<br>
<br>
HostingStack (formerly Efficient Cloud) has been open-sourced.
<br>
<br>
<a href="http://github.com/hostingstack">Code Repository</a>
|
<a href="https://github.com/hostingstack/hs-build#readme">Build Instructions</a>
<br>
<br>
HostingStack builds virtual machines from PHP/Ruby sourcecode (installing all dependencies), deploys it to multiple application hosts, and manages the nginx load balancer. It includes an easy-to-use controlpanel for management.
<br>
<br>
This is a first code dump (its difficult to get up & running), we're actively working on documentation and easier installation.
<br>
<br>
Please
<a href="https://efficientcloud.wufoo.com/forms/w7x2x3/">signup for the announce mailing list</a>
if you want be kept up-to-date on new releases. We won't spam you & the list is low-volume.
</p>
<p>
Thanks for your interest!
<br>
<br>
<a href="http://twitter.com/lfittl">Lukas</a>, <a href="http://twitter.com/ch2500">Christian</a>
&
<a href="http://twitter.com/terrorobe">Michael</a>
</p>
</div>
</div>
</div>
<div class="copyright">
© 2011, 2012 Efficient Cloud Ltd.
</div>
</body></html>