2004-06-09 19:09:16 +00:00
|
|
|
<?php
|
2003-08-26 18:33:21 +00:00
|
|
|
require_once("docutil.php");
|
|
|
|
page_head("Joining a project");
|
|
|
|
echo "
|
2002-07-30 23:19:24 +00:00
|
|
|
|
2002-04-30 22:22:54 +00:00
|
|
|
<p>
|
2004-01-30 22:19:19 +00:00
|
|
|
To join a BOINC project:
|
2002-08-21 23:49:33 +00:00
|
|
|
<ol>
|
|
|
|
<li> Visit the project's web site and create an <b>account</b>.
|
|
|
|
This involves filling out a form with
|
2002-04-30 22:22:54 +00:00
|
|
|
<ul>
|
2002-07-30 23:19:24 +00:00
|
|
|
<li> An email address.
|
2003-08-26 18:33:21 +00:00
|
|
|
<li> A public 'screen name' (real name or nickname).
|
2004-11-29 22:26:34 +00:00
|
|
|
<li> Other optional information
|
2002-04-30 22:22:54 +00:00
|
|
|
</ul>
|
2002-07-30 23:19:24 +00:00
|
|
|
|
2004-11-29 22:26:34 +00:00
|
|
|
<li> You will receive an email containing an <b>account key</b>
|
2002-09-05 11:46:10 +00:00
|
|
|
(a long random string).
|
2002-08-21 23:49:33 +00:00
|
|
|
|
2004-01-30 22:19:19 +00:00
|
|
|
<li> Download, install and run the BOINC client program.
|
2004-11-29 22:26:34 +00:00
|
|
|
It will ask for a project URL and an account key.
|
2004-12-26 02:59:13 +00:00
|
|
|
Cut and paste them from the email.
|
2002-08-21 23:49:33 +00:00
|
|
|
|
|
|
|
</ol>
|
2002-09-05 11:46:10 +00:00
|
|
|
<p>
|
|
|
|
That's it!
|
2004-01-30 22:19:19 +00:00
|
|
|
You can go to the project's web site to set your
|
2002-09-05 11:46:10 +00:00
|
|
|
<b>user preferences</b>.
|
2002-07-30 23:19:24 +00:00
|
|
|
|
2004-01-30 22:19:19 +00:00
|
|
|
<h3>Multiple computers under one account</h3>
|
2002-04-30 22:22:54 +00:00
|
|
|
<p>
|
2004-12-26 02:59:13 +00:00
|
|
|
You can run BOINC on several computers under one account.
|
2002-09-05 11:46:10 +00:00
|
|
|
Once you have created an account as above,
|
2004-01-30 22:19:19 +00:00
|
|
|
you can add new computers in either of two ways:
|
2002-08-21 23:49:33 +00:00
|
|
|
|
|
|
|
<ol>
|
2004-01-30 22:19:19 +00:00
|
|
|
<li> Download and install the BOINC client program on each computer,
|
2004-11-29 22:26:34 +00:00
|
|
|
and cut and paste the project URL and account key as above.
|
2002-08-21 23:49:33 +00:00
|
|
|
|
2004-01-30 22:19:19 +00:00
|
|
|
<li> If the new computer is the same type as an existing computer,
|
2004-04-23 00:05:16 +00:00
|
|
|
create a BOINC directory on the new computer,
|
|
|
|
and copy the core client executable and all 'account_*' files
|
2004-01-30 22:19:19 +00:00
|
|
|
from the existing computer to the new computer.
|
2004-04-23 00:05:16 +00:00
|
|
|
Do not copy 'client_state.xml'.
|
2004-12-26 02:59:13 +00:00
|
|
|
NOTE: this procedure does not work on Windows
|
|
|
|
because it does not copy registry entries.
|
2002-08-21 23:49:33 +00:00
|
|
|
|
|
|
|
</ol>
|
2002-09-05 11:46:10 +00:00
|
|
|
|
|
|
|
The BOINC client resides in a <b>BOINC home directory</b>.
|
|
|
|
If hosts share a network file system,
|
|
|
|
each host must have its own BOINC home directory.
|
2003-08-26 18:33:21 +00:00
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
?>
|