Changes between Version 6 and Version 7 of BoltTutorial
- Timestamp:
- Feb 1, 2008, 10:46:39 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BoltTutorial
v6 v7 3 3 == Creating a course == 4 4 5 Install the BOINC softwareon a Linux system6 (or run the [ BoincVmBOINC server virtual machine] in a VMWare5 [ServerIntro Install the BOINC software] on a Linux system 6 (or run the [VirtualMachines BOINC server virtual machine] in a VMWare 7 7 player on any computer). 8 8 9 Use [MakeProject make_project] to create a BOINC project :9 Use [MakeProject make_project] to create a BOINC project named "bolt_test": 10 10 {{{ 11 11 > cd boinc/tools 12 > make_project test12 > make_project --web_only bolt_test 13 13 }}} 14 14 Edit 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". 15 Let's say your server's domain name is "a.b.c". 17 16 18 17 Visit http://a.b.c/test_ops/bolt_ops.php,