Changes between Version 6 and Version 7 of BoltTutorial


Ignore:
Timestamp:
Feb 1, 2008, 10:46:39 AM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoltTutorial

    v6 v7  
    33== Creating a course ==
    44
    5 Install the BOINC software on a Linux system
    6 (or run the [BoincVm BOINC server virtual machine] in a VMWare
     5[ServerIntro Install the BOINC software] on a Linux system
     6(or run the [VirtualMachines BOINC server virtual machine] in a VMWare
    77player on any computer).
    88
    9 Use [MakeProject make_project] to create a BOINC project:
     9Use [MakeProject make_project] to create a BOINC project named "bolt_test":
    1010{{{
    1111> cd boinc/tools
    12 > make_project test
     12> make_project --web_only bolt_test
    1313}}}
    1414Edit 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 and you named your project "test".
     15Let's say your server's domain name is "a.b.c".
    1716
    1817Visit http://a.b.c/test_ops/bolt_ops.php,