Changes between Initial Version and Version 1 of BossaImplementation


Ignore:
Timestamp:
Oct 18, 2007, 1:40:45 PM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BossaImplementation

    v1 v1  
     1= Bossa reference manual =
     2
     3== Creating a Bossa project ==
     4
     5First, [ServerIntro set up a BOINC server] and [MakeProject create a project].
     6Say your project is called 'test_project', your BOINC source directory is '~/boinc',
     7and your BOINC projects directory is '~/projects'.
     8
     9Create Bossa's database tables as follows:
     10{{{
     11cd ~/boinc/db
     12mysql test_project < bossa_schema.sql
     13mysql test_project < bossa_constraints.sql
     14}}}
     15
     16Create a Bossa application (see below) as follows:
     17{{{
     18cd ~/projects/test_project/html/ops
     19php bossa_setup_example.php
     20}}}
     21
     22You can edit bossa_setup_example.php to change the application name
     23and front-end script name, if you like.
     24
     25== The Bossa database tables ==
     26
     27== Front-end scripts ==
     28
     29== Adding jobs ==