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

Debian Wiki debian-www at lists.debian.org
Sat May 28 11:01:57 UTC 2011


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=52&rev2=53

Comment:
Using tables to help visualising the help of the server-maker package

  This section first explains the installation of the BOINC server template sources
  from the source tree and then the same for those using the Debian boinc-server-maker package.
  
- ||Buttons ||<<MiniPage( * Redo\n * Undo)>><<MiniPage( * Quit)>>||
- ||Section ||<<MiniPage(= heading 1 =)>><<MiniPage(== heading 2 ==)>>||
+ ||<style="background-color: red; width: 50%;"-2> '''Previously''' ||<style="background-color: lightgreen; width: 50%;"-2> '''Now''' ||
+ ||1.||Install BOINC server dependencies:<<BR>>{{{sudo apt-get install subversion build-essential apache2 php5 \}}}<<BR>>{{{     mysql-server php5-gd php5-cli php5-mysql python-mysqldb \}}}<<BR>>{{{     libtool automake autoconf pkg-config libmysql++-dev libssl-dev}}} ||<style="vertical-align: top; text-align: left"-2|4>Install boinc-server-maker package from unstable:<<BR>>{{{sudo apt-get install boinc-server-maker}}}||
+ ||2.||Create a user and a group for BOINC and add www-data to that group:<<BR>>{{{sudo addgroup  --system boincadm}}}<<BR>>{{{sudo adduser www-data boincadm}}} ||
+ ||3.||Download BOINC source:<<BR>>{{{svn co http://boinc.berkeley.edu\nsvn/branches/server_stable boinc}}}||
+ ||4.||Compile BOINC: <<BR>> {{{cd boinc; ./_autosetup; ./configure --disable-client; make}}} ||
  
- || Previously || Now ||
- ||<<MiniPage( 1. Install BOINC server dependencies : {{{\nsudo 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\n}}}\n 1. Create a user and a group for BOINC and add www-data to that group : {{{\nsudo addgroup  --system boincadm\nsudo adduser www-data boincadm\n}}}\n 1. Download BOINC source : {{{\nsvn co http://boinc.berkeley.edu\nsvn/branches/server_stable boinc\n}}}\n 1. Compile BOINC : {{{\ncd boinc\n./_autosetup\n./configure --disable-client\nmake
- }}})>>||<<MiniPage( 1. Install boinc-server-maker package from unstable : {{{\nsudo apt-get install boinc-server-maker\n}}})>>||
- 
- 
- === 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
- }}}
- 
- === Installation ''with'' the Debian server package ===
- 
-  1. Install boinc-server-maker package from unstable : {{{
- sudo apt-get install boinc-server-maker
- }}}
  
  == Project-specific configuration ==
  



More information about the pkg-boinc-commits mailing list