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) || |
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/` || |
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) || |