Changes between Version 33 and Version 34 of ServerIntro


Ignore:
Timestamp:
Aug 24, 2007, 7:20:22 AM (17 years ago)
Author:
kodomo
Comment:

fixing link and completing the debian cookbook

Legend:

Unmodified
Added
Removed
Modified
  • ServerIntro

    v33 v34  
    1515we recommend using a recent Linux release.
    1616General instructions are given below, followed by a
    17 [#CookbookforDebian4.0 a cookbook for setting up a BOINC server on a Debian 4.0 system].
     17[#cookbook-debian40 a cookbook for setting up a BOINC server on a Debian 4.0 system].
    1818
    1919== General instructions == #general
     
    150150
    151151=== Install software prerequisites === #cookbook-prereq
    152 packages needed for BOINC:
    153 
     152
     153Common packages for building BOINC (based on [SoftwarePrereqsUnix Software prerequisites (Unix/Linux)]):
     154{{{
     155m4
     156make
     157autoconf
     158automake1.9
     159gcc-4.1
     160gcc
     161g++-4.1
     162pkg-config
     163libtool
     164subversion
     165vim
     166}}}
     167packages needed for BOINC server:
    154168{{{
    155169apache2-mpm-prefork
     
    162176phpmyadmin
    163177python-mysqldb
    164 m4
    165 make
    166 autoconf
    167 automake1.9
    168 gcc-4.1
    169 gcc
    170 g++-4.1
    171 pkg-config
     178libssl-dev
     179}}}
     180packages needed for BOINC client:
     181{{{
    172182libssl-dev
    173183libmysql++-dev
     
    188198libgtk2.0-0
    189199libgtk2.0-0-dev
    190 libtool
    191 subversion
    192 vim
    193200}}}
    194201optional packages for a graphical desktop manager