Changes between Version 5 and Version 6 of UnixProjectPackage


Ignore:
Timestamp:
Jul 6, 2008, 5:54:20 PM (16 years ago)
Author:
Eric Myers
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UnixProjectPackage

    v5 v6  
    1414   * Debian:  http://wiki.debian.org/BOINC/Server
    1515   
    16  
     16== Filesystem layout ==
     17
     18What goes where?  {{{$prefix/boinc/bin,lib,share,etc}}} or what?
     19
     20
    1721
    1822== Project Directory ==
    1923
    20 Keep in mind that we want to allow for the possibility of more than one project being hosted on the same server.
     24   * Keep in mind that we want to allow for the possibility of more than one project being hosted on the same server.
    2125
    22 The package should probably create a "boincadm" user and group.   Then there is a "projects" directory under the home directory of that user.  Then {{{make_project}}} simply creates the new project under that, as is the default.
     26   * The package should probably create a "boincadm" user and group.   Then there is a "projects" directory under the home directory of that user.  Then {{{make_project}}} simply creates the new project under that, as is the default.
    2327
    2428
    2529== Project Initiation ==
    2630
    27 Is it sufficient to run {{{make_project}}} from "boincadm", or is there anything else required first?
     31   * Is it sufficient to run {{{make_project}}} from "boincadm", or is there anything else required first?
     32
     33   * Need man pages.  Installing the package just replaces building from source.  There is more to starting a project than that.
    2834
    2935