blob: 1e5268e2b4589d768010ec7398c941ebd43e7a6b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[
{ type: install
message: <<EOM
ATTACHING PROJECT
Just run boinc_gui (if installed), choose Attach, and follow instructions.
Project URL is %%SETI_SITE%%
MANUAL INSTALLATION
*) If this is your first time in any BOINC project, create a new account at
http://%%SETI_SITE%%/create_account_form.php
*) Or get your account key at http://%%SETI_SITE%%/get_passwd.php
*) Attach to the project:
cd %%BOINC_CLIENT_HOME%%
boinccmd --project_attach %%SETI_SITE%% <account key>
EOM
}
]
|