[Debian Wiki] Update of "BOINC/ServerGuide/Include/InstallationProjectOld" by ChristianBeer
Debian Wiki
debian-www at lists.debian.org
Tue Feb 26 16:28:32 UTC 2013
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.
The "BOINC/ServerGuide/Include/InstallationProjectOld" page has been changed by ChristianBeer:
http://wiki.debian.org/BOINC/ServerGuide/Include/InstallationProjectOld?action=diff&rev1=3&rev2=4
Comment:
adjust variables to match with main wiki article
[ -d "$installroot" ] || sudo mkdir -p "$installroot"
sudo ./tools/make_project \
--url_base "$hosturl" \
- --db_name "$dbprojectname" \
+ --db_name "$dbname" \
- --db_user boincadm \
+ --db_user "$dbuser" \
- --db_passwd "$pw" \
+ --db_passwd "$dbpasswd" \
--drop_db_first \
- --project_root /var/www/boinc/$fileprojectname \
+ --project_root /var/www/boinc/$projectname \
- "$fileprojectname" "$niceprojectname"
+ "$projectname" "$projectnicename"
}}}
More information about the pkg-boinc-commits
mailing list