|
Size: 480
Comment: eye candy
|
← Revision 4 as of 2013-02-26 16:28:29 ⇥
Size: 472
Comment: adjust variables to match with main wiki article
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 7: | Line 7: |
| --db_name "$dbprojectname" \ --db_user boincadm \ --db_passwd "$pw" \ |
--db_name "$dbname" \ --db_user "$dbuser" \ --db_passwd "$dbpasswd" \ |
| Line 11: | Line 11: |
| --project_root /var/www/boinc/$fileprojectname \ "$fileprojectname" "$niceprojectname" |
--project_root /var/www/boinc/$projectname \ "$projectname" "$projectnicename" |
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"