Changes between Version 24 and Version 25 of BoltRef


Ignore:
Timestamp:
Jan 2, 2008, 10:16:34 AM (16 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoltRef

    v24 v25  
    1111To use Bolt:
    1212 * [MakeProject create a BOINC project]; use '''make_project --web_only''' so that you don't have to compile any (irrelevant) programs. Similarly, you can [ToolUpgrade upgrade Bolt software] using '''upgrade --web_only'''.
     13 * In the boinc/db directory, run
     14{{{
     15mysql project_name < bolt_schema.sql
     16mysql project_name < bolt_constraints.sql
     17}}}
     18 to create the Bolt database tables.
    1319 * Put your lessons, exercises and course document in the project's html/user directory
    1420 * Edit and run the html/ops/bolt_setup_sample.php script to create one or more courses.