Changes between Version 16 and Version 17 of BoltTutorial


Ignore:
Timestamp:
Jun 30, 2008, 2:21:50 PM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoltTutorial

    v16 v17  
    33== Creating a course ==
    44
    5 [ServerIntro Install the BOINC software] on a Linux system
    6 (or run the [VmServer BOINC server virtual machine] in a VMWare
    7 player on any computer).
     5[ServerIntro Install the BOINC software] on a Linux system,
     6or run the [VmServer BOINC server virtual machine] in a VMWare
     7player on any computer.
    88
    99Use [MakeProject make_project] to create a BOINC project named "test":
     
    1212> make_project --web_only test
    1313}}}
    14 Edit httpd.conf as directed (you'll need root access to do this).
     14Read '''~/projects/test/test.readme''' and do what it says.
     15
    1516Let's say your server's domain name is "a.b.c".
    1617
    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/bolt_ops.php,
    20 and create a course named "Identifying California conifers"
    21 with course document "conifer.php" (we'll create this later).
     18 * Visit http://a.b.c/test/create_account.php and create an account for yourself.
     19 * Visit http://a.b.c/test_ops/bolt_admin.php. Create the Bolt database, then create a course named "Identifying California conifers" with course document "conifer.php" (we'll create this later).
     20 * Copy the image files from http://boinc.berkeley.edu/bolt_images to ~/projects/test/html/user/
    2221
    2322== Lessons and sequences ==