| | 4 | |
| | 5 | [ServerIntro Install the BOINC software] on a Linux system |
| | 6 | (or run the [VirtualMachines BOINC server virtual machine] in a VMWare |
| | 7 | player on any computer). |
| | 8 | |
| | 9 | Use [MakeProject make_project] to create a BOINC project named "test": |
| | 10 | {{{ |
| | 11 | > cd boinc/tools |
| | 12 | > make_project --web_only test |
| | 13 | }}} |
| | 14 | Edit httpd.conf as directed (you'll need root access to do this). |
| | 15 | Let's say your server's domain name is "a.b.c". |
| | 16 | |
| | 17 | Visit http://a.b.c/test/create_account.php and create an account for yourself. |
| | 18 | |
| | 19 | Visit http://a.b.c/test_ops/bossa_ops.php, |
| | 20 | and create an application named "test", |
| | 21 | with application file "test.php" (we'll create this later). |