[Debian Wiki] Update of "BOINC/ServerGuide/Include/PreparationWrapperOld" by SteffenMoeller
Debian Wiki
debian-www at lists.debian.org
Mon Jun 20 23:10:57 UTC 2011
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The "BOINC/ServerGuide/Include/PreparationWrapperOld" page has been changed by SteffenMoeller:
http://wiki.debian.org/BOINC/ServerGuide/Include/PreparationWrapperOld
New page:
=== When compiling the sources oneself ===
When building the
1. Compile sample application : {{{
cd ~/boinc/samples/wrapper
make
}}}
2. Setup sample application : {{{
cd "$installroot"/"$fileprojectname"
sudo ./html/ops/single_job_setup.php ~/boinc/samples
}}}
This 2^nd^ step then demands to add two
binaries to the local config.xml file,
have those electronically signed by{{{
sudo bin/update_versions
}}}. Once done, one shall restart BOINC {{{
sudo bin/stop
sudo bin/start
}}}.
More information about the pkg-boinc-commits
mailing list