Changes between Version 2 and Version 3 of MakeProject
- Timestamp:
- Apr 20, 2007, 9:42:20 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MakeProject
v2 v3 6 6 make_project 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: … … 30 30 || --project_root || Project root directory path. Default: $HOME/projects/PROJECT_NAME || 31 31 || --key_dir || Where keys are stored. Default: PROJECT_ROOT/keys || 32 || --url_base || Determines master URL Default: http:// $NODENAME/ ||32 || --url_base || Determines master URL Default: http://HOSTNAME/project_name/ || 33 33 || --no_query || Accept all directories without yes/no query || 34 34 || --delete_prev_inst || Delete project-root first (from prev installation) ||