Changes between Version 98 and Version 99 of ServerIntro
- Timestamp:
- Jan 4, 2019, 6:54:14 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerIntro
v98 v99 12 12 * 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]. 13 13 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 6.0 cookbook for setting up a BOINC server on a Debian 6.0system].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]. 15 15 16 16 == Hardware == … … 211 211 {username} ALL=(ALL) ALL 212 212 }}} 213 == Cookbook for Debian 6.0==213 == Cookbook for Debian == 214 214 Please 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]. 215 215 … … 228 228 229 229 {{{ 230 libapache2-mod-php 5231 mysql-server-5.1 232 libmysqlclient-dev233 php 5-mysql234 php 5-cli235 php 5-gd230 libapache2-mod-php 231 default-mysql-server 232 default-libmysqlclient-dev 233 php-mysql 234 php-cli 235 php-gd 236 236 phpmyadmin 237 python 237 python2.7 238 238 python-mysqldb (or MySQL-python) 239 239 libssl-dev … … 246 246 libxmu-dev 247 247 libxi-dev 248 libjpeg62- dev249 }}} 250 packages needed for BOINC client and manager (in addition to libraries): [not finished yet!]248 libjpeg62-turbo-dev 249 }}} 250 packages needed for BOINC client and manager (in addition to libraries): 251 251 252 252 {{{