Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ironcamel committed Mar 22, 2013
1 parent afba98c commit 0da2073
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,3 +2,36 @@


CodeJail is a scalable and generic sandboxing system for securely running CodeJail is a scalable and generic sandboxing system for securely running
code in any language. code in any language.
The code behavior can be verified and the results reported via a callback url.

# Prerequisites

In order to install the dependencies, you will need cpanminus.
This package is provided by most modern linux distros.
For example, you can install it on Debian/Ubuntu based systems via:

apt-get install cpanminus

Or you can install it manually by running:

curl -L http://cpanmin.us | perl - --sudo App::cpanminus

# Installation

First, download the source code and cd to the project folder:

git clone git://github.com/ironcamel/CodeJail.git
cd CodeJail

Install the dependencies:

sudo cpanm --installdeps .

Install the Message Queue. This can be installed on a remote server or the
same server as the CodeJail worker.

sudo cpanm POE::Component::MessageQueue

# Configuration

# Usage

0 comments on commit 0da2073

Please sign in to comment.