Changes between Version 6 and Version 7 of MakeProject


Ignore:
Timestamp:
Apr 23, 2007, 9:00:44 AM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MakeProject

    v6 v7  
    44{{{
    55cd BOINC_SOURCE/tools
    6 make_project cplan
     6make_project --test_app cplan
    77}}}
    88This creates a project with master URL http://HOSTNAME/cplan/ whose directory structure is rooted at $HOME/projects/cplan.
     
    1616    * Generate the project's configuration file.
    1717
    18 By default, the project will have a test application (uppercase)
    19 and will have daemons to generate and handle work for this application.
     18With the '''--test_app''' option (recommended) the project will have a test application (uppercase)
     19and daemons to generate and handle work for this application.
    2020This lets you quickly check that the project is working;
    21 you can remove the test application later
    22 (by editing config.xml).
     21you can remove the test application later by editing config.xml.
    2322
    2423The following steps complete the project setup:
     
    5756|| --drop_db_first      || Drop database first (from prev installation) ||
    5857== Miscellaneous options ==
    59 || --no_test_app      ||  don't install test application ||
    60 || --verbose={0,1,2}    || default: 1 ||
    61 || -v   || alias for --verbose=2 ||
     58|| --test_app      || install test application ||
     59|| --verbose={0,1,2}    || verbosity level, default 1 ||
    6260|| -h or --help         || Show options ||