source: nutchez-0.2/src/shell/client_deploy.sh @ 239

Last change on this file since 239 was 239, checked in by shunfa, 14 years ago

增加client_deploy.sh用來快速建立client安裝環境

  • Property svn:executable set to *
File size: 182 bytes
Line 
1#!/bin/bash
2
3MasterIP_Address=your.master.ip.here
4
5cd ~
6mkdir nutchez_client_install
7cd nutchez_client_install
8scp -r nutchuser@$MasterIP_Address:/home/nutchuser/nutchez/source/* .
9
Note: See TracBrowser for help on using the repository browser.