Changes between Version 29 and Version 30 of MakeProject


Ignore:
Timestamp:
Sep 26, 2009, 2:20:10 AM (15 years ago)
Author:
Christian Beer
Comment:

updated command-line options for make_project

Legend:

Unmodified
Added
Removed
Modified
  • MakeProject

    v29 v30  
    5252
    5353== Directory options == #dirs
    54 || --srcdir || The BOINC source directory.  Default: . or .. ||
    55 || --project_root       || Project root directory path. Default: `$HOME/projects/PROJECT_NAME` ||
    56 ||  --key_dir ||        Where keys are stored. Default: `PROJECT_ROOT/keys` ||
    57 ||  --url_base ||       Used to build the URL defaults, see below. Default: `http://HOSTNAME/` ||
    58 ||  --no_query ||       Accept all directories without yes/no query ||
    59 ||  --delete_prev_inst ||       Delete project-root first (from prev installation) ||
     54|| --srcdir           || The BOINC source directory. Default: . or .. ||
     55|| --project_root     || Project root directory path. Default: `$HOME/projects/PROJECT_NAME` ||
     56|| --key_dir          || Where keys are stored. Default: `PROJECT_ROOT/keys` ||
     57|| --no_query         || Accept all directories without yes/no query ||
     58|| --delete_prev_inst || Delete project-root first (from prev installation) ||
    6059== URL options == #url
    61 || --html_user_url      || Master URL (where clients attach, and the main website is). Default: `URL_BASE/PROJECT_NAME/` ||
    62 || --html_ops_url       || Admin URL. Default: `URL_BASE/PROJECT_NAME_ops/` ||
    63 || --cgi_url    || CGI URL. Default: `URL_BASE/PROJECT_cgi/` ||
     60|| --url_base      || Used to build the URL defaults, see below. Default: `http://HOSTNAME/` ||
     61|| --html_user_url || Master URL (where clients attach, and the main website is). Default: `URL_BASE/PROJECT_NAME/` ||
     62|| --html_ops_url  || Admin URL. Default: `URL_BASE/PROJECT_NAME_ops/` ||
     63|| --cgi_url       || CGI URL. Default: `URL_BASE/PROJECT_cgi/` ||
    6464== Database options == #database
    65 || --db_host    || Database host. Default: none (this host) ||
    66 || --db_name    || Database name. Default: `PROJECT_NAME` ||
    67 || --db_user    || Database user. Default: current user ||
    68 || --db_passwd ||       Database password. Default: None ||
    69 || --drop_db_first      || Drop database first (from prev installation) ||
     65|| --db_host       || Database host. Default: localhost ||
     66|| --db_name       || Database name. Default: `PROJECT_NAME` ||
     67|| --db_user       || Database user. Default: `USER_NAME` ||
     68|| --db_passwd     || Database password. Default: None ||
     69|| --drop_db_first || Drop database first (from prev installation) ||
    7070== Miscellaneous options == #misc
    7171|| --test_app      || install test application ||
    72 || --web_only || Install only web features (for [BossaIntro Bossa], [BoltIntro Bolt]) ||
    73 || -h or --help         || Show options ||
    74 
     72|| --web_only      || Install only web features (for [BossaIntro Bossa], [BoltIntro Bolt]) ||
     73|| --user_name     || Install project as this user (permissions and db access). Default: current user ||
     74|| -h or --help    || Show options ||