Installation ''with'' the Debian server package

Due to some glitches in the package, which we are looking forward to fix, you need to execute following to remove hardlinks to build machine which still left in package.

sudo sed -i "s%^TOP_BUILD_DIR.*%TOP_BUILD_DIR='/usr/share/boinc-server'%" /usr/share/pyshared/Boinc/boinc_path_config.py

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.