[Debian Wiki] Update of "BOINC/ServerGuide/Include/InstallationProjectNew" by SteffenMoeller

Debian Wiki debian-www at lists.debian.org
Sat May 28 11:44:43 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/InstallationProjectNew" page has been changed by SteffenMoeller:
http://wiki.debian.org/BOINC/ServerGuide/Include/InstallationProjectNew

New page:
==== Installation ''with'' the Debian server package ====

If you use boinc-server package you need to use this command instead: {{{
[ -r  ~/.boincproject.sh ] && . ~/.boincproject.sh
[ -d "$installroot" ] || sudo mkdir "$installroot"
sudo PYTHONPATH=$PYTHONPATH:/usr/share/pyshared/Boinc/ /usr/share/boinc-server/tools/make_project --url_base "$hosturl" --db_name "$dbprojectname" --db_user boincadm  --db_passwd "$pw" --drop_db_first  --project_root "$installroot"/"$fileprojectname" --srcdir /usr/share/boinc-server/ "$fileprojectname" "$niceprojectname"
}}}

The '--test_app' flag is omitted to help the understanding of the setup and since
for Debian the required example_app is not compiled by default in the current version (6.12.8-2) of the package.



More information about the pkg-boinc-commits mailing list