[Debian Wiki] Update of "BOINC/ServerGuide" by SteffenMoeller

Debian Wiki debian-www at lists.debian.org
Sun Dec 5 12:45:11 UTC 2010


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "BOINC/ServerGuide" page has been changed by SteffenMoeller:
http://wiki.debian.org/BOINC/ServerGuide?action=diff&rev1=9&rev2=10

- This tutorial will help you create BOINC project with Debian server without using virtual images provide from BOINC.
+ #language en
+ #pragma section-numbers 1
+ #pragma keywords BOINC, Grid Computing, Volunteer Computing, Open Source, Debian
+ #pragma description Tutorial for preparing a Debian-based server instance for a BOINC project.
+ 
+ This tutorial will help you create BOINC project with Debian server without using virtual images provide from BOINC. See [[BOINC/Server]] for an overview on BOINC-Server with Debian related issues.
  
  To see more info about how to install and config BOINC server, please look at [[http://boinc.berkeley.edu/trac/wiki/ProjectMain|BOINC project wiki]]
  
- == Install BOINC Server ==
+ = Install BOINC Server =
+ 
+ == Installation according to the books - without the Debian server package ==
+ 
   1. Install BOINC server dependencies : {{{ 
  sudo apt-get install subversion build-essential apache2 php5 mysql-server php5-gd php5-cli php5-mysql python-mysqldb libtool automake autoconf pkg-config libmysql++-dev libssl-dev
  }}}
@@ -21, +29 @@

  ./configure --disable-client
  make
  }}}
+ 
+ == Installation with the Debian server package ==
+ 
+ To be done.
+ 
+ = Project-specific configuration =
  
  == Create and config BOINC project ==
   1. Create MySQL database for BOINC project: {{{



More information about the pkg-boinc-commits mailing list