Changes between Version 7 and Version 8 of BossaImplementation
- Timestamp:
- Oct 18, 2007, 3:42:26 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BossaImplementation
v7 v8 1 1 = Bossa reference manual = 2 2 3 [BossaIntro Bossa] is a framework for distributed thinking applications. 4 We'll describe Bossa using an example. 5 The example shows users pictures of zeros or ones, and asks the user to identify the number. 6 3 7 == Database tables == 4 8 5 9 Until Bossa has good web-based administration tools, 6 you'll need to examine and modify its MySQL database directly,10 you'll often need to directly examine and modify its MySQL database, 7 11 using the command-line tool 'mysql' 8 12 or a web-based interface such as [http://www.phpmyadmin.net/ phpMyAdmin]. 9 13 10 The database tables are as follows: 14 The database tables used by Bossa (in addition to BOINC's tables for users, teams, 15 etc.) are as follows: 11 16 12 17 '''bossa_app''': … … 149 154 A front-end script is called with the URL parameter '''bji''' set 150 155 to a job instance ID. 151 Here's an example :156 Here's an example ('''html/user/bossa_example.php'''): 152 157 153 158 {{{