README
author Mahlon E. Smith <mahlon@martini.nu>
Sat, 28 Feb 2009 06:52:48 +0000
changeset 6 2d52adc4adcc
parent 3 7f6da371e2ce
permissions -rw-r--r--
* Merge of the mahlon experimental branch.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
0c24586f579a Checkpoint commit.
Michael Granger <ged@FaerieMUD.org>
parents:
diff changeset
     1
= jparallel
0c24586f579a Checkpoint commit.
Michael Granger <ged@FaerieMUD.org>
parents:
diff changeset
     2
0c24586f579a Checkpoint commit.
Michael Granger <ged@FaerieMUD.org>
parents:
diff changeset
     3
jparallel is a "parallel jail shell" written in Ruby. 
0c24586f579a Checkpoint commit.
Michael Granger <ged@FaerieMUD.org>
parents:
diff changeset
     4
0c24586f579a Checkpoint commit.
Michael Granger <ged@FaerieMUD.org>
parents:
diff changeset
     5
This is shell that can be used to interact with multiple FreeBSD jail instances
0c24586f579a Checkpoint commit.
Michael Granger <ged@FaerieMUD.org>
parents:
diff changeset
     6
simultaneously. It includes a Ruby binding to the FreeBSD jail(2) functions. 
0c24586f579a Checkpoint commit.
Michael Granger <ged@FaerieMUD.org>
parents:
diff changeset
     7
3
7f6da371e2ce * Converted from Mkrf-based build back to mkmf.
Michael Granger <ged@FaerieMUD.org>
parents: 2
diff changeset
     8
It's still under development, but in the meantime, you can check out the
7f6da371e2ce * Converted from Mkrf-based build back to mkmf.
Michael Granger <ged@FaerieMUD.org>
parents: 2
diff changeset
     9
current development source with Subversion from the following URL:
2
0c24586f579a Checkpoint commit.
Michael Granger <ged@FaerieMUD.org>
parents:
diff changeset
    10
0c24586f579a Checkpoint commit.
Michael Granger <ged@FaerieMUD.org>
parents:
diff changeset
    11
    svn://deveiate.org/jparallel/trunk
0c24586f579a Checkpoint commit.
Michael Granger <ged@FaerieMUD.org>
parents:
diff changeset
    12
0c24586f579a Checkpoint commit.
Michael Granger <ged@FaerieMUD.org>
parents:
diff changeset
    13
The project page is also likely to have more details:
0c24586f579a Checkpoint commit.
Michael Granger <ged@FaerieMUD.org>
parents:
diff changeset
    14
0c24586f579a Checkpoint commit.
Michael Granger <ged@FaerieMUD.org>
parents:
diff changeset
    15
    http://deveiate.org/projects/Jparallel/
0c24586f579a Checkpoint commit.
Michael Granger <ged@FaerieMUD.org>
parents:
diff changeset
    16
0c24586f579a Checkpoint commit.
Michael Granger <ged@FaerieMUD.org>
parents:
diff changeset
    17
== License
0c24586f579a Checkpoint commit.
Michael Granger <ged@FaerieMUD.org>
parents:
diff changeset
    18
0c24586f579a Checkpoint commit.
Michael Granger <ged@FaerieMUD.org>
parents:
diff changeset
    19
See the LICENSE file in the same directory for licensing details.