= Creating a Bossa server = 1. [wiki:ServerIntro Install the BOINC software] on a Linux system and run configure (you don't need to make). Or run the [wiki:VmServer BOINC virtual server] using [https://www.virtualbox.org/ VirtualBox] on any computer. 2. Use [wiki:MakeProject make_project] to create a BOINC project named "test": {{{ > cd ~/boinc/tools > make_project --web_only test > > cd ~/boinc/db > mysql test < bossa_schema.sql > mysql test < bossa_constraints.sql }}} Read '''~/projects/test/test.readme''' and do what it says. Let's say your server's domain name is "a.b.c". 3. Visit !http://a.b.c/test/create_account_form.php and create an account for yourself. == The public web interface == Edit the project's home page ('''~/projects/test/html/user/index.php''') and add a link of the form {{{ Be a distributed thinking volunteer }}} This links to a page where volunteers see a list of available applications, and can click to get jobs. == The administrative web interface == The page !http://a.b.c/test_ops/bossa_admin.php is the home page for administering your Bossa project. From here you can view and control applications, batches, jobs and users.