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

Debian Wiki debian-www at lists.debian.org
Mon Dec 6 05:33:31 UTC 2010


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 chalet16:
http://wiki.debian.org/BOINC/ServerGuide?action=diff&rev1=12&rev2=13

  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 useradd -m -s /bin/bash boincadm
- sudo usermod -G boincadm www-data
+ sudo addgroup  --system  boincadm
+ sudo adduser www-data boincadm
  }}}
   1. Download BOINC source : {{{
  svn co http://boinc.berkeley.edu/svn/branches/server_stable boinc
@@ -35, +35 @@

   1. Install boinc-server package from unstable : {{{
  sudo apt-get install boinc-server
  }}}
-  1. Create a user and a group for BOINC and add www-data to that group(will be automate in next version of package) : {{{
- sudo useradd -m -s /bin/bash boincadm
- sudo usermod -G boincadm www-data
- }}}
- 
  = Project-specific configuration =
  
  == Create and config BOINC project ==
@@ -66, +61 @@

   NOTE: Please replace a.b.c.d with your server IP address. BOINC client will not accept internal hostname.
   1. Change files and directories permission: {{{
  cd /var/boinc/testproj
- sudo chown boincadm:boincadm  -R 
+ sudo chown root:boincadm  -R 
  sudo chmod g+w  -R .
  sudo chmod 02770 -R upload html/cache html/inc html/languages html/languages/compiled html/user_profile
  }}}



More information about the pkg-boinc-commits mailing list