Changes between Version 6 and Version 7 of MakeProject
- Timestamp:
- Apr 23, 2007, 9:00:44 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MakeProject
v6 v7 4 4 {{{ 5 5 cd BOINC_SOURCE/tools 6 make_project cplan6 make_project --test_app cplan 7 7 }}} 8 8 This creates a project with master URL http://HOSTNAME/cplan/ whose directory structure is rooted at $HOME/projects/cplan. … … 16 16 * Generate the project's configuration file. 17 17 18 By default,the project will have a test application (uppercase)19 and will havedaemons to generate and handle work for this application.18 With the '''--test_app''' option (recommended) the project will have a test application (uppercase) 19 and daemons to generate and handle work for this application. 20 20 This lets you quickly check that the project is working; 21 you can remove the test application later 22 (by editing config.xml). 21 you can remove the test application later by editing config.xml. 23 22 24 23 The following steps complete the project setup: … … 57 56 || --drop_db_first || Drop database first (from prev installation) || 58 57 == Miscellaneous options == 59 || --no_test_app || don't install test application || 60 || --verbose={0,1,2} || default: 1 || 61 || -v || alias for --verbose=2 || 58 || --test_app || install test application || 59 || --verbose={0,1,2} || verbosity level, default 1 || 62 60 || -h or --help || Show options ||