Changes between Version 5 and Version 6 of QuickStart
- Timestamp:
- Jun 27, 2008, 11:11:29 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QuickStart
v5 v6 7 7 {{{ 8 8 $ 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) 10 11 $ cd ~/projects/test 11 12 $ su -c 'cat test.httpd.conf >> /etc/apache2/httpd.conf' 13 (you'll be prompted for the root passwordm, which is "rootpw") 12 14 $ su -c 'apache2ctl -k restart' 13 15 $ crontab test.cronjob 14 16 $ ./bin/xadd 15 17 $ ./bin/update_versions 18 (answer "y" to all questions; ignore warnings) 16 19 $ ./bin/start 17 20 }}} 18 21 19 22 * [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 28 account key: XXX 29 $ boinccmd --project_attach http://a.b.c.d/test/ XXX 30 }}} 21 31 22 32 Your BOINC client will immediately being fetching and executing jobs from the server