Changes between Version 85 and Version 86 of ServerIntro


Ignore:
Timestamp:
Apr 15, 2015, 12:22:56 PM (9 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ServerIntro

    v85 v86  
    4040 * Debian and Ubuntu offer a "boinc-server-maker" package to create
    4141   BOINC projects more easily on local or remote machines.
    42    This ongoing effort, described on their
    43    [http://wiki.debian.org/BOINC/ServerGuide Wiki] aims at full compatibility
    44    with the BOINC Virtual Machine.
    45    If anyone is interested in helping maintaining a boinc-server package
    46    for Debian, please contact David Anderson.
     42   This ongoing effort is described here:
     43   [http://wiki.debian.org/BOINC/ServerGuide Wiki].
    4744   Again, if you take this approach, skip the rest of this page.
    4845
     
    7572This causes problems: for example, when the file upload handler creates
    7673a directory in the [wiki:DirHierarchy upload hierarchy],
    77 it's owned by (`apache`, `apache`), and the [wiki:FileDeleter file deleter]
     74it's owned by (`apache`, `apache`),
     75and the [wiki:FileDeleter file deleter]
    7876(which runs as `boincadm`) won't be able to delete the files there.
    7977
    80 To solve this problem, edit `/etc/group` so that `apache` belongs
    81 to group `boincadm`, i.e. change the line
    82 
     78To solve this problem, add `apache` to the to group `boincadm` using
     79{{{
     80$ usermod -G -a boincadm apache
     81}}}
     82
     83or edit `/etc/group` and change the line
    8384{{{
    8485boincadm:x:566:
    8586}}}
    8687to
    87 
    8888{{{
    8989boincadm:x:566:apache
    9090}}}
    9191(the "566" is the group ID; it may be different on your system).
    92 Apache will need to be stopped/restarted for this to take effect.
     92
     93Apache will need to be restarted for this to take effect.
    9394
    9495Both `boincadm` and `apache` should have
     
    150151
    151152=== MySQL notes === #MySQL-notes
    152 Instructions for setting up MySQL are here:
     153Instructions for setting up MySQL are here
    153154https://dev.mysql.com/doc/refman/5.6/en/linux-installation-yum-repo.html
     155and here
     156http://www.if-not-true-then-false.com/2010/install-mysql-on-fedora-centos-red-hat-rhel/
    154157
    155158After setting up MySQL,