Changes between Version 7 and Version 8 of BossaSetup
- Timestamp:
- Feb 8, 2011, 4:55:43 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BossaSetup
v7 v8 1 1 = Creating a Bossa server = 2 1. [wiki:ServerIntro Install the BOINC software] on a Linux system and run configure (you don't need to make). Or run the [wiki:VmServer BOINC virtual server] in a VMWare player on any computer. 2 3 3 1. [ServerIntro Install the BOINC software] on a Linux system and run configure (you don't need to make). Or run the [VmServer BOINC virtual server] in a VMWare player on any computer. 4 2. Use [wiki:MakeProject make_project] to create a BOINC project named "test": 4 5 5 2. Use [MakeProject make_project] to create a BOINC project named "test":6 6 {{{ 7 7 > cd ~/boinc/tools … … 17 17 18 18 3. Visit http://a.b.c/test/create_account_form.php and create an account for yourself. 19 19 20 4. Visit http://a.b.c/test_ops/bossa_admin.php. 20 21 21 22 == The public web interface == 23 Edit the project's home page ('''~/projects/test/html/user/index.php''') and add a link of the form 22 24 23 Edit the project's home page ('''~/projects/test/html/user/index.php''')24 and add a link of the form25 25 {{{ 26 26 <a href="bossa_apps.php">Be a distributed thinking volunteer</a> 27 27 }}} 28 29 This links to a page where volunteers see a list of available applications, 30 and can click to get jobs. 28 This links to a page where volunteers see a list of available applications, and can click to get jobs. 31 29 32 30 == The administrative web interface == 33 34 The page http://a.b.c/test_ops/bossa_admin.php is the home page for 35 administering your Bossa project. 36 From here you can view and control applications, batches, jobs and users. 31 The page http://a.b.c/test_ops/bossa_admin.php is the home page for administering your Bossa project. From here you can view and control applications, batches, jobs and users.