Changes between Version 5 and Version 6 of UnixProjectPackage

Show
Ignore:
Author:
Eric Myers (IP: 76.15.106.184)
Timestamp:
07/06/08 17:54:20 (1 year ago)
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 

If this page is incomplete or incorrect, please edit it or add it to the wiki to-do list. To do this, you must be logged in; click Login or Register above.