source: nutchez-0.2/src/test/client_install.sh @ 117

Last change on this file since 117 was 117, checked in by waue, 14 years ago

add some value

  • Property svn:executable set to *
File size: 558 bytes
Line 
1#!/bin/bash
2
3Master_IP_Address="a.a.a.a"
4Nutchuser_Passwd="xxxxxxxx"
5
6check_root
7
8check_systemInfo
9
10check_nez_installed
11
12check_sunJava
13
14check_ssh
15
16check_dialog
17
18check_php
19
20# scp nutchuser@master_ip:~ 把.ssh/目錄複製下來
21# 當使用者輸入nutchuser 密碼時,將此密碼紀錄到Nutchuser_Passwd
22# 此步驟若無法連到 master 則跳出
23scp_master_nutchuser_sshkey
24
25# 新增nutchuser 帳號時用 Nutchuser_Passwd 當密碼
26creat_nutchuser_account
27
28# 用scp 複製 master 的設定與安裝資料
29scp_packages
30
31# 安裝資訊
32install_packages
33
Note: See TracBrowser for help on using the repository browser.