forked from dchester/rockplatform.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (43 loc) · 1.5 KB
/
index.html
File metadata and controls
52 lines (43 loc) · 1.5 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
---
layout: default
---
<div id="home">
<div class="row">
<div class="span5">
<h1>One tool to <em>build</em>, <em>test</em>, and <em>run</em> your Node, Perl, PHP, Python, and Ruby apps.</h1>
<p id="intro">RockStack is a collection of packaged language runtimes and a command line tool that allows developers to use modern technologies and encourages “best practices”.</p>
</div>
<div class="span4">
<pre><code>
runtime: node08
run: node app.js
</code></pre>
<pre><code>
$ rock build
$ rock test
$ rock run
Express server listening on port 3000
</code></pre>
</div>
</div>
<hr>
<div id="getting_started" class="row">
<div class="span5">
<h2>Getting Started</h2>
Install the packages and start a new project in any one of the supported runtimes.
<br><br>
<a href="/docs/" class="btn btn-info btn-large">More on Getting Started</a>
</div>
<div id="runtimes_list" class="span4">
<h3>Supported Runtimes</h3>
<table>
<tr><td>✓</td><td><a href="/docs/node/">Node</a></td><td>0.6 / 0.8 / 0.10</td></tr>
<tr><td>✓</td><td><a href="/docs/perl/">Perl</a></td><td>5.16</td></tr>
<tr><td>✓</td><td><a href="/docs/php/">PHP</a></td><td>5.4</td></tr>
<tr><td>✓</td><td><a href="/docs/python/">Python</a></td><td>2.7 / 3.3</td></tr>
<tr><td>✓</td><td><a href="/docs/ruby/">Ruby</a></td><td>1.8 / 1.9 / 2.0</td></tr>
</table>
</div>
</div>
<hr>
</div>