Changes between Version 7 and Version 8 of MakeProject
- Timestamp:
- Apr 24, 2007, 10:40:36 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MakeProject
v7 v8 1 1 = The make_project script = 2 2 3 The make_project script creates the server components of a BOINC project. To use it, [ http://boinc.berkeley.edu/server.phpset up a BOINC server]. Then, for example, type: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: 4 4 {{{ 5 5 cd BOINC_SOURCE/tools 6 6 make_project --test_app cplan 7 7 }}} 8 This creates a project with master URL http://HOSTNAME/cplan/ whose directory structure is rooted at $HOME/projects/cplan.8 This creates a project with master URL !http://HOSTNAME/cplan/ whose directory structure is rooted at $HOME/projects/cplan. 9 9 10 10 More specifically, make_project does the following: … … 42 42 || --project_root || Project root directory path. Default: $HOME/projects/PROJECT_NAME || 43 43 || --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 || 45 45 || --no_query || Accept all directories without yes/no query || 46 46 || --delete_prev_inst || Delete project-root first (from prev installation) ||