Changes between Version 33 and Version 34 of ServerIntro
- Timestamp:
- Aug 24, 2007, 7:20:22 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ServerIntro
v33 v34 15 15 we recommend using a recent Linux release. 16 16 General 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]. 18 18 19 19 == General instructions == #general … … 150 150 151 151 === Install software prerequisites === #cookbook-prereq 152 packages needed for BOINC: 153 152 153 Common packages for building BOINC (based on [SoftwarePrereqsUnix Software prerequisites (Unix/Linux)]): 154 {{{ 155 m4 156 make 157 autoconf 158 automake1.9 159 gcc-4.1 160 gcc 161 g++-4.1 162 pkg-config 163 libtool 164 subversion 165 vim 166 }}} 167 packages needed for BOINC server: 154 168 {{{ 155 169 apache2-mpm-prefork … … 162 176 phpmyadmin 163 177 python-mysqldb 164 m4 165 make 166 autoconf 167 automake1.9 168 gcc-4.1 169 gcc 170 g++-4.1 171 pkg-config 178 libssl-dev 179 }}} 180 packages needed for BOINC client: 181 {{{ 172 182 libssl-dev 173 183 libmysql++-dev … … 188 198 libgtk2.0-0 189 199 libgtk2.0-0-dev 190 libtool191 subversion192 vim193 200 }}} 194 201 optional packages for a graphical desktop manager