Changes between Version 98 and Version 99 of ServerIntro


Ignore:
Timestamp:
Jan 4, 2019, 6:54:14 AM (5 years ago)
Author:
Christian Beer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerIntro

    v98 v99  
    1212 * Debian and Ubuntu offer a "boinc-server-maker" package to create BOINC projects more easily on local or remote machines. This ongoing effort is described [http://wiki.debian.org/BOINC/ServerGuide here].
    1313
    14  * Build BOINC from source on your own system. You can use any Unix system as a BOINC server; we recommend using a recent Linux release. Disable SELinux. General instructions are given below, followed by a [wiki:ServerIntro#CookbookforDebian6.0 cookbook for setting up a BOINC server on a Debian 6.0 system].
     14 * Build BOINC from source on your own system. You can use any Unix system as a BOINC server; we recommend using a recent Linux release. Disable SELinux. General instructions are given below, followed by a [wiki:ServerIntro#CookbookforDebian cookbook for setting up a BOINC server on a Debian system].
    1515
    1616== Hardware ==
     
    211211{username} ALL=(ALL) ALL
    212212}}}
    213 == Cookbook for Debian 6.0 ==
     213== Cookbook for Debian ==
    214214Please follow these recipes only for your basic orientation. The Debian landscape has changed a lot over since Debian 4.0. You can inspect the build and runtime dependencies of the boinc-server-maker package [http://anonscm.debian.org/gitweb/?p=pkg-boinc/boinc.git;a=blob_plain;f=debian/control;hb=HEAD here] and the latter more graphically also [http://packages.debian.org/unstable/net/boinc-server-maker here].
    215215
     
    228228
    229229{{{
    230 libapache2-mod-php5
    231 mysql-server-5.1
    232 libmysqlclient-dev
    233 php5-mysql
    234 php5-cli
    235 php5-gd
     230libapache2-mod-php
     231default-mysql-server
     232default-libmysqlclient-dev
     233php-mysql
     234php-cli
     235php-gd
    236236phpmyadmin
    237 python
     237python2.7
    238238python-mysqldb (or MySQL-python)
    239239libssl-dev
     
    246246libxmu-dev
    247247libxi-dev
    248 libjpeg62-dev
    249 }}}
    250 packages needed for BOINC client and manager (in addition to libraries): [not finished yet!]
     248libjpeg62-turbo-dev
     249}}}
     250packages needed for BOINC client and manager (in addition to libraries):
    251251
    252252{{{