Changes between Version 23 and Version 24 of BOINC/Server


Ignore:
Timestamp:
May 22, 2008, 7:46:41 PM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOINC/Server

    v23 v24  
    236236}}}
    237237 * STEP 3: 測試 boinc-client 登入 BOINC Project 範例
     238   * [方法一] 直接執行 boinc
    238239{{{
    239240boinc-client:~# boinc -attach_project http://140.110.240.195/bioinfo 8346cd95017b110ee2ecd88ed7734981 &
     
    241242boinc-server:~# boinc -attach_project ${專案網址} ${線上申請到的_Account_key} &
    242243}}}
     244   * [方法二] 讓 boinc-client 跑在背景, 再用 boinc_cmd 去加入 project
     245{{{
     246boinc-client:~# /etc/init.d/boinc-client start
     247boinc-client:~# boinc_cmd --project_attach http://140.110.240.195/bioinfo 8346cd95017b110ee2ecd88ed7734981
     248boinc-client:~# boinc_cmd --get_state
     249}}}