Changes between Version 16 and Version 17 of BoltTutorial
- Timestamp:
- Jun 30, 2008, 2:21:50 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoltTutorial
v16 v17 3 3 == Creating a course == 4 4 5 [ServerIntro Install the BOINC software] on a Linux system 6 (or run the [VmServer BOINC server virtual machine] in a VMWare7 player on any computer ).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. 8 8 9 9 Use [MakeProject make_project] to create a BOINC project named "test": … … 12 12 > make_project --web_only test 13 13 }}} 14 Edit httpd.conf as directed (you'll need root access to do this). 14 Read '''~/projects/test/test.readme''' and do what it says. 15 15 16 Let's say your server's domain name is "a.b.c". 16 17 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/ 22 21 23 22 == Lessons and sequences ==