forked from openshift/openshift.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·168 lines (151 loc) · 9.32 KB
/
index.html
File metadata and controls
executable file
·168 lines (151 loc) · 9.32 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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="ie6 no-js" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="ie7 no-js" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="ie8 no-js" lang="en"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class='no-js' lang='en'>
<!--<![endif]-->
<head>
<title>OpenShift Origin - Open Source Platform-as-a-Service</title>
<link rel="icon" type="image/png" href="images/favicon.png" />
<link media="all" rel="stylesheet" href="css/font-awesome.min.css" type="text/css" />
<link media="all" rel="stylesheet" href="css/style.css" type="text/css" />
<script src="scripts/jquery-1.9.1.min.js" type="text/javascript"></script>
<script src="scripts/jquery.fittext.js" type="text/javascript"></script>
</head>
<body>
<header>
<hgroup>
<h1>
<a href="https://github.com/openshift">
<img src="images/logo.png" alt="OpenShift Origin" />
</a>
</h1>
<h2>The next generation open source app hosting platform <span class="redhat">by Red Hat</span> </h2>
</hgroup>
<nav>
<ul>
<li><a href="https://install.openshift.com/">Install OpenShift<i class="icon-download-alt icon-large"></i></a></li>
<li><a href="documentation/">Read the Docs<i class="icon-book icon-large"></i></a></li>
<li><a href="https://www.openshift.com/app/account/new">Try Online<i class="icon-cloud icon-large"></i></a></li>
</ul>
</nav>
</header>
<section class="about">
<div style="float:right; padding-left:20px;">
<div class="g-community" data-width="180" data-href="https://plus.google.com/communities/114361859072744017486" data-theme="dark" data-showtagline="false"></div>
</div>
<header>
<h1>What is OpenShift Origin?</h1>
</header>
<p>OpenShift Origin is the open source upstream of OpenShift, the next generation application hosting platform developed by <a href="http://www.redhat.com" class="redhat">Red Hat</a>. Also known as Platform-as-a-Service, OpenShift takes care of infrastructure, middleware, and management so that you can focus on your app.</p>
<p>OpenShift Origin includes support for a wide variety of <a href="https://github.com/openshift/origin-server/tree/master/cartridges">language runtimes and data layers</a> including Java EE6, Ruby, PHP, Python, Perl, MongoDB, MySQL, and PostgreSQL.</p>
</section>
<section class="geard">
<header>
<h1>Looking for geard?</h1>
</header>
<div style="float:right; padding-left:20px;">
<img style="width: 180px;" alt="geard logo" src="/geard/images/logo.svg" />
</div>
<p><a href="/geard/"><strong>geard</strong></a> is a command-line client and agent for integrating and linking <a href="https://www.docker.io/">Docker</a> containers into systemd across multiple hosts. It is the core of the next generation of OpenShift Origin.</p>
<ul>
<li>Check out the <a href="/geard/">geard mini-site.</a></li>
<li>Try a <a href="/geard/deploy_with_geard.html">geard demo</a> from RPMs or from source.</li>
</ul>
</section>
<section class="try">
<header>
<h1>Try out OpenShift Origin</h1>
</header>
<h2>On your network</h2>
<p>Want to deploy OpenShift Origin into your network? <a href="https://install.openshift.com/" style="font-weight: bold;">install.openshift.com</a> is your one-stop, one-command deployment utility. Give it a try!</p>
<h2>On your laptop</h2>
<img src="images/panda-unplugged.png" alt="" />
<p>Want to hit the ground running with a pre-built, all-in-one OpenShift system? <a href="https://mirror.openshift.com/pub/origin-server/release/3/images/openshift-origin.zip">Download an image</a> suitable for running on a VM. The image will work on <a href="http://www.linux-kvm.org/page/Main_Page">KVM</a>, <a href="https://www.virtualbox.org/">VirtualBox</a> or <a href="http://www.vmware.com/">VMWare</a>. You can read more about the Origin VM in the <a href="/documentation/oo_deployment_guide_vm.html">VM Deployment Guide</a>.</p>
<p><a href="/documentation/oo_deployment_guide_puppet.html">You can also build your own machine using Puppet</a> or
follow the <a href="/documentation/oo_deployment_guide_comprehensive.html">comprehensive guide</a> and deploy OpenShift Origin manually</p>
<h2>Online</h2>
<p>You can try out OpenShift for free with OpenShift Online. Just <a href="https://www.openshift.com/app/account/new">sign up for an OpenShift Online account</a> and create your first application in minutes.</p>
</section>
<section class="contribute">
<header>
<h1>Contribute</h1>
</header>
<h2>Extend OpenShift</h2>
<p>You can add new runtimes and frameworks to OpenShift with community cartridges and quickstarts.</p>
<p>Cartridges provide fundamental features on OpenShift such as language runtimes and data layers. Community cartridges are contributed and maintained by the OpenShift community. <a href="/documentation/oo_cartridge_developers_guide.html">Read more about building cartridges.</a></p>
<p>Quickstarts are codebases built specifically to run on OpenShift with one or more specific cartridges. A good example of a quickstart is the <a href="https://github.com/openshift/rails-example">Ruby on Rails quickstart</a>. It already has the appropriate OpenShift environment variables and hooks in place so that you can get started really easily without knowing much specifically about OpenShift. Building a quickstart is pretty easy, and a good place to start extending OpenShift. <a href="https://openshift.redhat.com/community/developers/get-involved/creating-quickstarts">Read more about building quickstarts.</a></p>
<h2>File a bug</h2>
<p>Found a bug? Let us know! OpenShift uses a <a href="https://bugzilla.redhat.com/describecomponents.cgi?product=OpenShift%20Origin">public Bugzilla instance</a>.</p>
<h2>Hack on the source code</h2>
<ul>
<li>Fork the <a href="https://github.com/openshift/origin-server">origin server</a> repository.</li>
<li>Read the <a href="https://github.com/openshift/origin-server/blob/master/CONTRIBUTING.md">contributor's guide</a>.</li>
<li>Read the <a href="documentation/">origin documentation</a>.</li>
<li>Check out the public backlogs to see what we're working on:
<ul>
<li><a href="https://trello.com/b/M0rP0aLj">OpenShift Origin User Interface</a></li>
<li><a href="https://trello.com/b/qjfQ62lZ">OpenShift Origin Runtime</a></li>
<li><a href="https://trello.com/b/nbkIrqKa">OpenShift Origin Broker</a></li>
<li><a href="https://trello.com/b/9jLHsM7K">OpenShift Origin Release Engineering</a></li>
</ul>
</li>
</ul>
<h2>Talk to us</h2>
<ul>
<li><a href="http://lists.openshift.redhat.com/openshiftmm/listinfo">Join the public user or development mailing lists.</a></li>
<li><a href="http://webchat.freenode.net/?randomnick=1&channels=openshift-dev&uio=d4">Join the #openshift-dev channel on Freenode.</a></li>
</ul>
</section>
<script type="text/javascript">
$('.origin', 'hgroup').fitText(.8, {minFontSize: '50px'});
</script>
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-40375612-1']);
_gaq.push(['_setDomainName', 'openshift.github.io']);
_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);
})();
$(document).ready(function() {
_gaq.push(function() {
$('a[href^="http"]').on("click", function(e) {
e.preventDefault();
var link = $(this).attr("href");
_gaq.push(["_trackEvent", "Outbound Links", "click", link]);
setTimeout('document.location = "' + link + '"', 100);
});
});
});
</script>
<!-- Google Code for Remarketing -->
<script type="text/javascript">
/* <![CDATA[ */
var google_conversion_id = 1007064360;
var google_conversion_label = "7jfmCMC5ugQQqKqa4AM";
var google_custom_params = window.google_tag_params;
var google_remarketing_only = true;
/* ]]> */
</script>
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<div style="display:inline;">
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1007064360/?value=0&label=7jfmCMC5ugQQqKqa4AM&guid=ON&script=0"/>
</div>
</noscript>
<!-- Google+ Community -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/platform.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>
</body>
</html>