Changes between Version 23 and Version 24 of BOINC/Server
- Timestamp:
- May 22, 2008, 7:46:41 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOINC/Server
v23 v24 236 236 }}} 237 237 * STEP 3: 測試 boinc-client 登入 BOINC Project 範例 238 * [方法一] 直接執行 boinc 238 239 {{{ 239 240 boinc-client:~# boinc -attach_project http://140.110.240.195/bioinfo 8346cd95017b110ee2ecd88ed7734981 & … … 241 242 boinc-server:~# boinc -attach_project ${專案網址} ${線上申請到的_Account_key} & 242 243 }}} 244 * [方法二] 讓 boinc-client 跑在背景, 再用 boinc_cmd 去加入 project 245 {{{ 246 boinc-client:~# /etc/init.d/boinc-client start 247 boinc-client:~# boinc_cmd --project_attach http://140.110.240.195/bioinfo 8346cd95017b110ee2ecd88ed7734981 248 boinc-client:~# boinc_cmd --get_state 249 }}}