Changes between Version 22 and Version 23 of MakeProject


Ignore:
Timestamp:
Jun 27, 2008, 12:01:54 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MakeProject

    v22 v23  
    11= The `make_project` script =
    22
    3 The `make_project` script creates the server components of a BOINC project. To use it, [ServerIntro set up a BOINC server]. Then, for example, type:
     3The `make_project` script creates the server components of a BOINC project.
     4To use it, [ServerIntro set up a BOINC server].
     5Then, for example, type:
    46{{{
    57cd BOINC_SOURCE/tools
    68./make_project --test_app cplan
    79}}}
    8 This creates a project with [ServerComponents#ThemasterURL master URL] `http://HOSTNAME/cplan/` whose directory structure is rooted at `$HOME/projects/cplan`.
     10This creates a project with [ServerComponents#ThemasterURL master URL] `http://HOSTNAME/cplan/`
     11whose directory structure is rooted at `$HOME/projects/cplan`.
    912
    1013More specifically, `make_project` does the following:
     
    1619    * Generate the project's [ProjectConfigFile configuration file].
    1720
    18 With the '''--test_app''' option (recommended for the first time) the project will have a [ExampleApps test application] (uppercase) and daemons to generate and handle work for this application.
     21With the '''--test_app''' option (recommended for the first time;
     22requires that you install boinc_samples alongside boinc)
     23the project will have a [ExampleApps test application] (uppercase)
     24and daemons to generate and handle work for this application.
    1925This lets you quickly check that the project is working;
    2026you can remove the test application later by editing [ProjectConfigFile config.xml].