source: nutchez-0.2/src/test/install_lang.zh @ 200

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

新增用戶端移除程式及中文語言檔

File size: 2.8 KB
Line 
1#!/bin/bash
2# Program:
3#   Chinese Language file for client_install
4# Author:
5#   Waue, Shunfa, Rock {waue, shunfa, rock}@nchc.org.tw
6# Version:
7#    1.0
8# History:
9#
10
11
12## Lang for master_install ##
13main_echo_1="歡迎使用NutchEZ, 此安裝程序會為您新建一個nutchuser帳號並協助您設定>密碼"
14main_echo_2="請確認上述的安裝順序:1.正確 2.不正確"
15main_echo_3="安裝成功!"
16main_echo_4="請進入管理頁面:http://$MasterIP_Address:8080"
17
18## Lang for master_install_func.sh ##
19set_nutchuser_passwd_echo_1="請輸入欲設定的nutchuser密碼:"
20set_nutchuser_passwd_echo_2="請再輸入一次確認密碼:"
21select_eth_echo_1="系統偵測到目前擁有網卡如下:"
22select_eth_echo_2="請選擇欲給nutchez使用的網卡(1/2/3):"
23select_eth_echo_3="您選擇的網卡為:$net_choice"
24select_eth_echo_4="Master網路IP位址為:$net_address"
25select_eth_echo_5="Master的MAC為:$net_MacAddr"
26make_ssh_key_echo_1="正在產生SSH Key... "
27make_ssh_key_echo_2="SSH Key已產生"
28set_haoop_site_echo_1="正在設定hadoop-site.xml... "
29set_haoop_site_echo_2="hadoop-site.xml設定完成"
30set_nutch_site_echo_1="正在設定nutch-site.xml..."
31set_nutch_site_echo_2="http.agent.url 設定行號為:$Line_NO..."
32set_nutch_site_echo_3="編輯http.agent.url, 刪除行號 $Line_NO."
33set_nutch_site_echo_4="編輯http.agent.url完成"
34set_nutch_site_echo_5="http.agent.email 設定行號為:$Line_NO."
35set_nutch_site_echo_6="編輯http.agent.email, 刪除行號 $Line_NO."
36set_nutch_site_echo_7="編輯http.agent.email完成"
37set_nutch_site_echo_8="hadoop-site.xml設定完成"
38format_HDFS_echo_1="格式化HDFS..."
39format_HDFS_echo_2="格式化HDFS完成"
40start_up_NutchEZ_echo_1="啟動NutchEZ..."
41set_hosts_echo_1="設定master上的hosts"
42install_Nutch_echo_1="Master的IP位址為:"
43install_Nutch_echo_2="Master的Hostname為:"
44client_PassMasterIPAddr_echo_1="在client安裝檔修改MasterIP的行號: $Line_NO"
45client_PassMasterIPAddr_echo_2="編輯MasterIP..."
46client_PassMasterIPAddr_echo_3="完成編輯MasterIP."
47client_PassMaster_Hostname_echo_1="在client安裝檔修改Hostname, 行號為: $Line_NO"
48client_PassMaster_Hostname_echo_2="編輯Hostname..."
49client_PassMaster_Hostname_echo_3="完成編輯Hostname."
50make_client_install_echo_1="於function make_client_install ..."
51start_up_tomcat_echo_1="啟動tomcat..."
52start_up_tomcat_echo_2="等待 $i 秒..."
53start_up_tomcat_echo_3="tomcat 已經啟動!"
54client_install_commands_echo_1="Client安裝可參考以下指令:"
55client_install_commands_echo_2="cd ~"
56client_install_commands_echo_3="mkdir nutchez_client_install"
57client_install_commands_echo_4="cd nutchez_client_install"
58client_install_commands_echo_5="scp nutchuser@$MasterIP_Address:/home/nutchuser/nutchez/source/* ."
59client_install_commands_echo_6="sudo su"
60client_install_commands_echo_7="./client_install"
61
Note: See TracBrowser for help on using the repository browser.