[Debian Wiki] Update of "BOINC/ServerGuide" by chalet16
Debian Wiki
debian-www at lists.debian.org
Sat Dec 4 13:06:46 UTC 2010
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The "BOINC/ServerGuide" page has been changed by chalet16:
http://wiki.debian.org/BOINC/ServerGuide?action=diff&rev1=4&rev2=5
sudo ./tools/make_project --url_base http://a.b.c.d --db_name boincdb --db_user boincadm --db_passwd "MYSQLPASSWORDFORBOINCUSER" --project_root /var/bonic/testproj testproj 'TestProject at Home'
cd /var/bonic/testproj
}}}
- NOTE: Please replace a.b.c.d with your server IP address. BOINC client will not accept internal hostname.
+ NOTE: Please replace a.b.c.d with your server IP address. BOINC client will not accept internal hostname.
1. Change files and directories permission: {{{
cd /var/bonic/testproj
sudo chown boincadm:boincadm -R
@@ -41, +41 @@
1. Add project cronjob: {{{
sudo crontab -e
}}}
- Then add this line to editor appear after run command above {{{
+ Then add this line to editor appear after run command above {{{
0,5,10,15,20,25,30,35,40,45,50,55 * * * * /var/bonic/testproj/bin/start --cron
}}}
- 1. Config password for BOINC server administrative page {{{
+ 1. Config password for BOINC server administrative page: {{{
sudo htpasswd -c html/ops/.htpasswd USERNAME
}}}
1. Config Apache to call BOINC server {{{
@@ -57, +57 @@
sudo bin/start
}}}
+ == Add sample application ==
+ 1. Compile sample application : {{{
+ cd ~/boinc/samples/wrapper
+ make
+ }}}
+ 2. Setup sample application : {{{
+ cd /var/boinc/testproj
+ ./html/ops/single_job_setup.php ~/boinc/samples
+ }}}
+
+ == Config clients ==
+ 1. Install BOINC client as describe in [[BOINC|this]] page.
+ 1. In BOINC Manager go to Tools -> Attach to project or account manager...
+ 1. Select Attach to project and click Next >
+ 1. In project url textbox, type http://a.b.c.d/testproj (when a.b.c.d is server IP address)
+ 1. Continue and create account as normal procedure
+
More information about the pkg-boinc-commits
mailing list