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>
|
2005-11-19 20:25:53 +00:00
|
|
|
To participate in a BOINC project:
|
2002-08-21 23:49:33 +00:00
|
|
|
<ol>
|
2005-11-19 20:25:53 +00:00
|
|
|
<li> <a href=download.php>Download</a>,
|
|
|
|
install and run the BOINC client software.
|
|
|
|
<li>
|
|
|
|
When requested, enter the project's URL.
|
|
|
|
This is the address of the project's web site.
|
|
|
|
If you like, you can copy and paste it from your web browser.
|
|
|
|
<li>
|
|
|
|
When requested, enter your email address
|
|
|
|
and a password of your choosing.
|
|
|
|
<li>
|
|
|
|
BOINC will open a web page that allows you
|
|
|
|
to set other account data,
|
|
|
|
such as name, country, and preferences.
|
2002-08-21 23:49:33 +00:00
|
|
|
</ol>
|
2002-09-05 11:46:10 +00:00
|
|
|
<p>
|
|
|
|
That's it!
|
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>
|
2005-11-19 20:25:53 +00:00
|
|
|
<li> Download and install the BOINC client software on each computer,
|
|
|
|
and follow the above procedure.
|
2002-08-21 23:49:33 +00:00
|
|
|
|
2005-11-19 20:25:53 +00:00
|
|
|
<li>
|
|
|
|
If the new computer is the same type as an existing computer,
|
|
|
|
create a BOINC home directory on the new computer
|
|
|
|
(the BOINC client software resides in a <b>BOINC home directory</b>.
|
|
|
|
If hosts share a network file system,
|
|
|
|
each host must have its own BOINC home directory).
|
|
|
|
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
|
|
|
|
2005-11-19 20:25:53 +00:00
|
|
|
<h3>Older software versions</h3>
|
|
|
|
<p>
|
|
|
|
The procedure is a little different if you're using
|
|
|
|
a pre-5.0 version of BOINC,
|
|
|
|
or a command-line version of BOINC,
|
|
|
|
or the Mac OS X Menubar version of BOINC.
|
|
|
|
In these cases:
|
|
|
|
<ol>
|
|
|
|
<li> Visit the project's web site,
|
|
|
|
click on 'Create account' or similar link,
|
|
|
|
and fill out a web form.
|
|
|
|
<li> You will be sent an email containing an
|
|
|
|
'account key' (a long random string).
|
|
|
|
<li> Run the BOINC client software.
|
|
|
|
You will be asked for the project's URL and for your account key;
|
|
|
|
copy and paste this from the email you received.
|
|
|
|
</ol>
|
|
|
|
|
2003-08-26 18:33:21 +00:00
|
|
|
";
|
|
|
|
page_tail();
|
|
|
|
?>
|