-
Notifications
You must be signed in to change notification settings - Fork 514
ServerComponents
David Anderson edited this page Mar 8, 2026
·
5 revisions
A BOINC project consists of the following components:
- A MySQL database
- A project directory
- A project configuration file, which specifies options, daemons, and periodic tasks.
Multiple BOINC projects can exist on the same host. This can be handy for creating separate projects for testing and debugging.
The easiest way to create a project is with the make_project script, which creates all the above components.