Difference between revisions of "Deploying to PlanetLab"
From NMSL
(New page: __TOC__ == Deploying Files to PlanetLab Nodes == To deploy your app to PlanetLab use the command below: <pre> pscp -h ''nodes.txt'' -l ''slice_name'' -t 180 -p 200 yourapp.tar /home/''s...) |
(No difference)
|
Revision as of 20:25, 18 August 2009
Deploying Files to PlanetLab Nodes
To deploy your app to PlanetLab use the command below:
pscp -h ''nodes.txt'' -l ''slice_name'' -t 180 -p 200 yourapp.tar /home/''slice_name''/yourapp.tar
