Changeset 144 for nutchez-0.2/src/test/install_func.sh
- Timestamp:
- Jun 2, 2010, 1:39:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
nutchez-0.2/src/test/install_func.sh
r141 r144 122 122 echo "function make_client_install..." 123 123 client_PassMasterIPAddr 124 tar -cvzf /opt/nutchez/NutchezForClientOf_$Master_IP_Address.tar.gz /opt/nutchez/nutch124 su nutchuser -c "tar -cvzf /opt/nutchez/NutchezForClientOf_$Master_IP_Address.tar.gz /home/nutchuser/nutchez/" 125 125 } 126 126 … … 131 131 su nutchuser -c "$Tomcat_HOME/bin/startup.sh" 132 132 } 133 134 function client_install_command () { 135 WhereAmI=pwd 136 echo "Client Install Command as Follows:" 137 echo "cd ~" 138 echo "mkdir NutchezClientInstall" 139 echo "scp $WhereAmI/* ~/NutchezClientInstall" 140 echo "./client_install" 141 }
Note: See TracChangeset
for help on using the changeset viewer.