Ignore:
Timestamp:
May 28, 2010, 4:20:41 PM (14 years ago)
Author:
shunfa
Message:

install流程修改

File:
1 edited

Legend:

Unmodified
Added
Removed
  • nutchez-0.2/src/test/install

    r131 r136  
    44# 匯入功能函數
    55source ./install_func.sh
    6 
     6source ./client_install_func.sh
    77### real code #####
    88main () {
    9   # check_root
    10   # check_systemInfo
    11   # check_nez_installed
    12   # check_sunJava
    13   # check_ssh
    14   # check_dialog
    15   # check_php
     9  check_root
     10  check_systemInfo
     11  check_nez_installed
     12  #check_sunJava
     13  #check_ssh
     14  #check_dialog
     15  #check_php
    1616
    1717  #set install mode
     
    2323    # create_nutchuser_account
    2424    # make_ssh_key
     25 
     26    # 解壓縮
     27    # tar -zxvf nutchez-0.2-20100524.tar.gz
     28    # mv -r nutchez /opt/
     29    Install_Nutch
     30    Install_Tomcat
     31    # chown -R nutchuser:nutchuser /opt/nutchez
     32    # make_client_install
    2533
    26     Install_Nutch   
    27     # make_client_install
    2834    format_HDFS
    2935    start_up_NutchEZ
    30     Install_Tomcat
    3136    start_up_tomcat
    3237
Note: See TracChangeset for help on using the changeset viewer.