Changes between Version 7 and Version 8 of CreateProjectCookbook
- Timestamp:
- Nov 22, 2009, 9:32:33 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CreateProjectCookbook
v7 v8 36 36 cd boinc_test 37 37 cp ../boinc/client/boinc_client . 38 cp ../boinc/lib/boinc _cmd .38 cp ../boinc/lib/boinccmd . 39 39 boinc_client 40 40 }}} … … 43 43 {{{ 44 44 cd boinc_test 45 boinc _cmd --project_attach HOSTNAME/myproject/ authenticator45 boinccmd --project_attach HOSTNAME/myproject/ authenticator 46 46 }}} 47 47 Visible result: the client does a stream of work; the web site shows credit accumulating.