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

Debian Wiki debian-www at lists.debian.org
Tue Feb 26 16:02:50 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/InstallationProjectNew" page has been changed by ChristianBeer:
http://wiki.debian.org/BOINC/ServerGuide/Include/InstallationProjectNew?action=diff&rev1=12&rev2=13

Comment:
adjust variables to match with main wiki article

  ==== Installation ''with'' the Debian server package ====
  If you use boinc-server-maker package you need to use this command instead: {{{
  sudo PYTHONPATH=$PYTHONPATH:/usr/share/pyshared/Boinc/ \
-  /usr/share/boinc-server-maker/bin/make_project \
+  /usr/share/boinc-server-maker/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 "$installroot"/"$fileprojectname" \
+   --project_root "$installroot"/"$projectname" \
    --srcdir /usr/share/boinc-server-maker/ \
-    "$fileprojectname" "$niceprojectname"
+    "$projectname" "$projectnicename"
  }}}
  



More information about the pkg-boinc-commits mailing list