Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 814 Bytes

File metadata and controls

33 lines (26 loc) · 814 Bytes
layout
default

One platform to build, test, and run your Node, Perl, PHP, Python, and Ruby Apps.

The Rock Platform is a collection of packaged language runtimes and a command line tool that allows developers to use modern technologies and encourages “best practices”.

</div>
<div id="example">
  <pre><code>

runtime: node08 run: HTTP_PORT=8000 bin/app.js


$ rock build
$ rock test
$ rock run
listening on port 8000...


Getting Started

First install Vagrant; then install CentOS; then install rock; and then start a new project in node, perl, PHP, python, or ruby.

More on Getting Started