Changes between Version 21 and Version 22 of BOINC/Server


Ignore:
Timestamp:
May 8, 2008, 2:35:08 AM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOINC/Server

    v21 v22  
    220220== 測試 BOINC Project 範例 ==
    221221
    222  * STEP 1: 首先前往 http://140.110.240.194/bioinfo/create_account_form.php 註冊帳號
    223    * 取得 Account key , 例如: e1542951a2ca3853bd4095310d8559e6
     222 * STEP 1: 首先安裝 boinc-client
     223{{{
     224boinc-client:~# apt-get install boinc-client
     225}}}
     226 * STEP 2: 其次是前往 http://140.110.240.194/bioinfo/create_account_form.php 註冊帳號
     227   * 取得 Account key , 例如: 8346cd95017b110ee2ecd88ed7734981
    224228   * [備註] 相同的資訊可以登入後, 在 http://140.110.240.194/bioinfo/home.php 取得
    225  * STEP 2: 安裝 boinc-client
    226 {{{
    227 boinc-client:~# apt-get install boinc-client
     229   * 亦可使用命令列取得 Account key
     230{{{
     231boinc-client:~# boinc_cmd --create_account http://140.110.240.195/bioinfo ${YOUR_EMAIL} "${YOUR_PASSWORD}" ${YOUR_ID}
     232status: Success
     233poll status: operation in progress
     234poll status: operation in progress
     235account key: 8346cd95017b110ee2ecd88ed7734981
    228236}}}
    229237 * STEP 3: 測試 boinc-client 登入 BOINC Project 範例
    230238{{{
    231 boinc-client:~# boinc -attach_project http://140.110.240.194/bioinfo e1542951a2ca3853bd4095310d8559e6 &
     239boinc-client:~# boinc -attach_project http://140.110.240.194/bioinfo 8346cd95017b110ee2ecd88ed7734981 &
    232240########################### 說明 #########################################
    233241boinc-server:~# boinc -attach_project ${專案網址} ${線上申請到的_Account_key} &