Version 2 (modified by 17 years ago) (diff) | ,
---|
Bossa reference manual
Creating a Bossa project
First, set up a BOINC server and create a project. Say your project is called 'test_project', your BOINC source directory is '~/boinc', and your BOINC projects directory is '~/projects'.
Create Bossa's database tables as follows:
cd ~/boinc/db mysql test_project < bossa_schema.sql mysql test_project < bossa_constraints.sql
Create a Bossa application (see below) as follows:
cd ~/projects/test_project/html/ops php bossa_setup_example.php
You can edit bossa_setup_example.php to change the application name and front-end script name, if you like.