Changes between Version 21 and Version 22 of BOINC/Server
- Timestamp:
- May 8, 2008, 2:35:08 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BOINC/Server
v21 v22 220 220 == 測試 BOINC Project 範例 == 221 221 222 * STEP 1: 首先前往 http://140.110.240.194/bioinfo/create_account_form.php 註冊帳號 223 * 取得 Account key , 例如: e1542951a2ca3853bd4095310d8559e6 222 * STEP 1: 首先安裝 boinc-client 223 {{{ 224 boinc-client:~# apt-get install boinc-client 225 }}} 226 * STEP 2: 其次是前往 http://140.110.240.194/bioinfo/create_account_form.php 註冊帳號 227 * 取得 Account key , 例如: 8346cd95017b110ee2ecd88ed7734981 224 228 * [備註] 相同的資訊可以登入後, 在 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 {{{ 231 boinc-client:~# boinc_cmd --create_account http://140.110.240.195/bioinfo ${YOUR_EMAIL} "${YOUR_PASSWORD}" ${YOUR_ID} 232 status: Success 233 poll status: operation in progress 234 poll status: operation in progress 235 account key: 8346cd95017b110ee2ecd88ed7734981 228 236 }}} 229 237 * STEP 3: 測試 boinc-client 登入 BOINC Project 範例 230 238 {{{ 231 boinc-client:~# boinc -attach_project http://140.110.240.194/bioinfo e1542951a2ca3853bd4095310d8559e6&239 boinc-client:~# boinc -attach_project http://140.110.240.194/bioinfo 8346cd95017b110ee2ecd88ed7734981 & 232 240 ########################### 說明 ######################################### 233 241 boinc-server:~# boinc -attach_project ${專案網址} ${線上申請到的_Account_key} &