Changes between Version 5 and Version 6 of QuickStart


Ignore:
Timestamp:
Jun 27, 2008, 11:11:29 AM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuickStart

    v5 v6  
    77{{{
    88$ cd ~/boinc/tools
    9 $ ./make_project --test_app test
     9$ ./make_project --url_base http://a.b.c.d --test_app test
     10  (answer "y" to all questions)
    1011$ cd ~/projects/test
    1112$ su -c 'cat test.httpd.conf >> /etc/apache2/httpd.conf'
     13  (you'll be prompted for the root passwordm, which is "rootpw")
    1214$ su -c 'apache2ctl -k restart'
    1315$ crontab test.cronjob
    1416$ ./bin/xadd
    1517$ ./bin/update_versions
     18  (answer "y" to all questions; ignore warnings)
    1619$ ./bin/start
    1720}}}
    1821
    1922 * [http://boinc.berkeley.edu/download.php Download], install, and run the BOINC client on a Linux computer.
    20  * When prompted, enter the URL '''http://a.b.c.d/test/''', and enter an email and password.
     23 * Attach the client to your new project:
     24  * If you're using the BOINC Manager, enter the URL '''http://a.b.c.d/test/''', and enter an email and password.
     25  * Otherwise use the command-line tool to create an account and attach:
     26{{{
     27$ boinccmd --create_account http://a.b.c.d/test/ email-addr password account-name
     28account key: XXX
     29$ boinccmd --project_attach http://a.b.c.d/test/ XXX
     30}}}
    2131
    2232Your BOINC client will immediately being fetching and executing jobs from the server