Changes between Version 1 and Version 2 of BossaExampleOne


Ignore:
Timestamp:
Feb 11, 2008, 9:00:15 AM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BossaExampleOne

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