Changes between Version 5 and Version 6 of UnixProjectPackage
- Timestamp:
- Jul 6, 2008, 5:54:20 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UnixProjectPackage
v5 v6 14 14 * Debian: http://wiki.debian.org/BOINC/Server 15 15 16 16 == Filesystem layout == 17 18 What goes where? {{{$prefix/boinc/bin,lib,share,etc}}} or what? 19 20 17 21 18 22 == Project Directory == 19 23 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. 21 25 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. 23 27 24 28 25 29 == Project Initiation == 26 30 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. 28 34 29 35