Changes between Version 7 and Version 8 of MakeProject


Ignore:
Timestamp:
Apr 24, 2007, 10:40:36 AM (17 years ago)
Author:
KSMarksPsych
Comment:

Updated links to point to wiki pages. ServerIntro needs to be created. Escaped http://HOSTNAME/cplan/ and http://HOSTNAME as they aren't external links.

Legend:

Unmodified
Added
Removed
Modified
  • MakeProject

    v7 v8  
    11= The make_project script =
    22
    3 The make_project script creates the server components of a BOINC project. To use it, [http://boinc.berkeley.edu/server.php set up a BOINC server]. Then, for example, type:
     3The make_project script creates the server components of a BOINC project. To use it, [ServerIntro set up a BOINC server]. Then, for example, type:
    44{{{
    55cd BOINC_SOURCE/tools
    66make_project --test_app cplan
    77}}}
    8 This creates a project with master URL http://HOSTNAME/cplan/ whose directory structure is rooted at $HOME/projects/cplan.
     8This creates a project with master URL !http://HOSTNAME/cplan/ whose directory structure is rooted at $HOME/projects/cplan.
    99
    1010More specifically, make_project does the following:
     
    4242|| --project_root       || Project root directory path. Default: $HOME/projects/PROJECT_NAME ||
    4343||  --key_dir ||        Where keys are stored. Default: PROJECT_ROOT/keys ||
    44 ||  --url_base ||       Determines master URL Default: http://HOSTNAME ||
     44||  --url_base ||       Determines master URL Default: !http://HOSTNAME ||
    4545||  --no_query ||       Accept all directories without yes/no query ||
    4646||  --delete_prev_inst ||       Delete project-root first (from prev installation) ||