Changes between Version 1 and Version 2 of QuickStart


Ignore:
Timestamp:
Jun 6, 2008, 3:29:56 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuickStart

    v1 v2  
    11= Quick start =
     2
     3Want to see BOINC in action as fast as possible?
     4
     5 * Run the [VmServer BOINC virtual server] in a VMWare player.  Set up its IP address, say a.b.c.d.
     6 * Logged into the server as 'boincadm', create a test project:
     7{{{
     8$ cd ~/boinc/tools
     9$ ./make_project --test_app test
     10$ cd ~/projects/test
     11$ su -c 'cat test.httpd.conf >> /etc/apache2/httpd.conf'
     12$ su -c 'apache2ctl -k restart'
     13$ crontab test.cronjob
     14$ ./bin/xadd
     15$ ./bin/update_versions
     16$ ./bin/start
     17}}}
     18
     19 * [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.
     21
     22Your BOINC client will immediately being fetching and executing jobs from the server.
     23You can repeat this on as many clients as you want.
     24
     25In a web browser, visit '''http://a.b.c.d/test'''.
     26You will see your project's web site.
     27You can log in (using the same email/password) and access
     28your volunteer account information.