Changes between Version 22 and Version 23 of BOINC/Server


Ignore:
Timestamp:
May 8, 2008, 9:55:12 AM (16 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BOINC/Server

    v22 v23  
    2525 * '''前置作業''': 建立 BOINC Server Xen VM (Etch)
    2626{{{
    27 xen-server:~# xen-create-image -dir /home/xen --dist etch --debootstrap --fs reiserfs --accounts --kernel /boot/vmlinuz-2.6.18-6-xen-vserver-amd64 --initrd /boot/initrd.img-2.6.18-6-xen-vserver-amd64 --hostname boinc-server --ip 140.110.240.194 --gateway 140.110.240.254 --netmask 255.255.255.0 --mirror http://free.nchc.org.tw/debian
     27xen-server:~# xen-create-image -dir /home/xen --dist etch --debootstrap --fs reiserfs --accounts --kernel /boot/vmlinuz-2.6.18-6-xen-vserver-amd64 --initrd /boot/initrd.img-2.6.18-6-xen-vserver-amd64 --hostname boinc-server --ip 140.110.240.195 --gateway 140.110.240.254 --netmask 255.255.255.0 --mirror http://free.nchc.org.tw/debian
    2828xen-server:~# xm create /etc/xen/boinc-server.cfg
    2929xen-server:~# xm list
     
    8080{{{
    8181boinc-server:~# cd ~/boinc_trunk/tools
    82 boinc-server:~/boinc_trunk/tools# ./make_project --url_base http://140.110.240.194/ --db_host localhost --db_user boincadm --project_root /var/www/boinc_projects --delete_prev_inst --drop_db_first --test_app bioinfo
     82boinc-server:~/boinc_trunk/tools# ./make_project --url_base http://140.110.240.195/ --db_host localhost --db_user boincadm --project_root /var/www/boinc_projects --delete_prev_inst --drop_db_first --test_app bioinfo
    8383boinc-server:~/boinc_trunk/tools# chown -R www-data:www-data /var/www/boinc_projects
    8484boinc-server:~/boinc_trunk/tools# cd /var/www/boinc_projects
     
    215215}}}
    216216 * 檢視 BOINC Project 範例
    217    * 專案計畫首頁 - http://140.110.240.194/bioinfo
    218    * 專案管理首頁 - http://140.110.240.194/bioinfo_ops/
     217   * 專案計畫首頁 - http://140.110.240.195/bioinfo
     218   * 專案管理首頁 - http://140.110.240.195/bioinfo_ops/
    219219
    220220== 測試 BOINC Project 範例 ==
     
    224224boinc-client:~# apt-get install boinc-client
    225225}}}
    226  * STEP 2: 其次是前往 http://140.110.240.194/bioinfo/create_account_form.php 註冊帳號
     226 * STEP 2: 其次是前往 http://140.110.240.195/bioinfo/create_account_form.php 註冊帳號
    227227   * 取得 Account key , 例如: 8346cd95017b110ee2ecd88ed7734981
    228    * [備註] 相同的資訊可以登入後, 在 http://140.110.240.194/bioinfo/home.php 取得
     228   * [備註] 相同的資訊可以登入後, 在 http://140.110.240.195/bioinfo/home.php 取得
    229229   * 亦可使用命令列取得 Account key
    230230{{{
     
    237237 * STEP 3: 測試 boinc-client 登入 BOINC Project 範例
    238238{{{
    239 boinc-client:~# boinc -attach_project http://140.110.240.194/bioinfo 8346cd95017b110ee2ecd88ed7734981 &
     239boinc-client:~# boinc -attach_project http://140.110.240.195/bioinfo 8346cd95017b110ee2ecd88ed7734981 &
    240240########################### 說明 #########################################
    241241boinc-server:~# boinc -attach_project ${專案網址} ${線上申請到的_Account_key} &