Changes between Version 13 and Version 14 of BOINC/Server
- Timestamp:
- Apr 29, 2008, 8:56:27 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOINC/Server
v13 v14 91 91 boinc-server:/var/www/boinc_projects# bin/status 92 92 }}} 93 * 由於範例專案預設不能申請帳號, 因此要把 disable_account_creation 的選項改為 0 94 {{{ 95 #!diff 96 --- /var/www/boinc_projects/config.xml.org 2008-04-29 12:27:35.000000000 +0000 97 +++ /var/www/boinc_projects/config.xml 2008-04-29 11:54:40.000000000 +0000 98 @@ -17,7 +17,7 @@ 99 3 100 </sched_debug_level> 101 <disable_account_creation> 102 - 1 103 + 0 104 </disable_account_creation> 105 <uldl_dir_fanout> 106 1024 107 }}} 93 108 * 檢視 BOINC Project 範例 94 109 * 專案計畫首頁 - http://140.110.240.194/bioinfo 95 110 * 專案管理首頁 - http://140.110.240.194/bioinfo_ops/ 111 112 == 測試 BOINC Project 範例 == 113 114 * STEP 1: 首先前往 http://140.110.240.194/bioinfo/create_account_form.php 註冊帳號 115 * 取得 Account key , 例如: e1542951a2ca3853bd4095310d8559e6 116 * [備註] 相同的資訊可以登入後, 在 http://140.110.240.194/bioinfo/home.php 取得 117 * STEP 2: 安裝 boinc-client 118 {{{ 119 boinc-server:~# apt-get install boinc-client 120 }}} 121 * STEP 3: 測試 boinc-client 登入 BOINC Project 範例 122 {{{ 123 boinc-server:~# boinc -attach_project http://140.110.240.194/bioinfo e1542951a2ca3853bd4095310d8559e6 & 124 ########################### 說明 ######################################### 125 boinc-server:~# boinc -attach_project ${專案網址} ${線上申請到的_Account_key} & 126 }}}