Table of Contents

Start a multi-developer RPSL Project

Set up a group project directory structure. In RPSL we call this structure a
sandbox.  It extends the meaning of a CVS sandbox because it includes checked-
out source as well as a local target location for library and executable 
installs. A sandbox can see include files and link to libraries in sandboxes
higher in the heirarchy. The single-developer example doesn't use this level 
so this step is optional for a quick tryout of RPSL. Choose an empty project 
directory location and untar an RPSL sandbox tree there.
 
% cd project_location
% tar xvf $RPSL_HOME/usr/share/utl/rpslSandbox.tar


That's it!

top


Table of Contents
William Snyder
Last modified: Wed Nov 30 23:55:09 EST 2005