Installation according to the books - ''without'' the Debian server package
The installation is expected to happen from within the BOINC source tree.
[ -d "$installroot" ] || sudo mkdir -p "$installroot"
sudo ./tools/make_project \
--url_base "$hosturl" \
--db_name "$dbname" \
--db_user "$dbuser" \
--db_passwd "$dbpasswd" \
--drop_db_first \
--project_root /var/www/boinc/$projectname \
"$projectname" "$projectnicename"