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

Debian Wiki debian-www at lists.debian.org
Sat May 28 09:54:41 UTC 2011


Dear Wiki user,

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

The "BOINC/ServerGuide/PreparationOld" page has been changed by SteffenMoeller:
http://wiki.debian.org/BOINC/ServerGuide/PreparationOld

Comment:
experimenting with includes from tables

New page:
=== 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
}}}
 1. Create a user and a group for BOINC and add www-data to that group : {{{
sudo addgroup  --system  boincadm
sudo adduser www-data boincadm
}}}
 1. Download BOINC source : {{{
svn co http://boinc.berkeley.edu/svn/branches/server_stable boinc
}}}
 1. Compile BOINC : {{{
cd boinc
./_autosetup
./configure --disable-client
make
}}}



More information about the pkg-boinc-commits mailing list