Changes between Version 1 and Version 2 of BossaSetup


Ignore:
Timestamp:
Jul 25, 2008, 3:47:15 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BossaSetup

    v1 v2  
    1 == Create a Bossa server ==
     1= Creating a Bossa server =
    22
    3 [ServerIntro Install the BOINC software] on a Linux system
    4 (or run the [VmServer BOINC virtual server] in a VMWare player on any computer).
     31. [ServerIntro Install the BOINC software] on a Linux system (or run the [VmServer BOINC virtual server] in a VMWare player on any computer).
    54
    6 Use [MakeProject make_project] to create a BOINC project named "test":
     52. Use [MakeProject make_project] to create a BOINC project named "test":
    76{{{
    87> cd boinc/tools
     
    1312Let's say your server's domain name is "a.b.c".
    1413
    15  * Visit http://a.b.c/test/create_account.php and create an account for yourself.
    16  * Visit http://a.b.c/test_ops/bossa_admin.php. Follow the instructions to create the Bossa database.
     143. Visit http://a.b.c/test/create_account.php and create an account for yourself.
     154. Visit http://a.b.c/test_ops/bossa_admin.php. Follow the instructions to create the Bossa database.
     16
     17== The public web interface ==
     18
     19Edit the project's home page (~/projects/test/html/user/index.php)
     20and add a link of the form
     21{{{
     22<a href=bossa_apps.php>Be a distributed thinking volunteer</a>
     23}}}
     24
     25This links to a page where volunteers see a list of available applications,
     26and can click to get jobs.
     27
     28== The administrative web interface ==
     29
     30The page http://a.b.c/test_ops/bossa_admin.php is the home page for
     31administering your Bossa project.
     32From here you view and control applications, batches, jobs and users.