Changes between Version 22 and Version 23 of MakeProject
- Timestamp:
- Jun 27, 2008, 12:01:54 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MakeProject
v22 v23 1 1 = The `make_project` script = 2 2 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: 3 The `make_project` script creates the server components of a BOINC project. 4 To use it, [ServerIntro set up a BOINC server]. 5 Then, for example, type: 4 6 {{{ 5 7 cd BOINC_SOURCE/tools 6 8 ./make_project --test_app cplan 7 9 }}} 8 This creates a project with [ServerComponents#ThemasterURL master URL] `http://HOSTNAME/cplan/` whose directory structure is rooted at `$HOME/projects/cplan`. 10 This creates a project with [ServerComponents#ThemasterURL master URL] `http://HOSTNAME/cplan/` 11 whose directory structure is rooted at `$HOME/projects/cplan`. 9 12 10 13 More specifically, `make_project` does the following: … … 16 19 * Generate the project's [ProjectConfigFile configuration file]. 17 20 18 With the '''--test_app''' option (recommended for the first time) the project will have a [ExampleApps test application] (uppercase) and daemons to generate and handle work for this application. 21 With the '''--test_app''' option (recommended for the first time; 22 requires that you install boinc_samples alongside boinc) 23 the project will have a [ExampleApps test application] (uppercase) 24 and daemons to generate and handle work for this application. 19 25 This lets you quickly check that the project is working; 20 26 you can remove the test application later by editing [ProjectConfigFile config.xml].