Changes between Version 4 and Version 5 of BossaSetup
- Timestamp:
- Apr 10, 2009, 3:09:17 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BossaSetup
v4 v5 5 5 2. Use [MakeProject make_project] to create a BOINC project named "test": 6 6 {{{ 7 > cd boinc/tools7 > cd ~/boinc/tools 8 8 > make_project --web_only test 9 > 10 > cd ~/boinc/db 11 > mysql test < bossa_schema.sql 12 > mysql test < bossa_constraints.sql 9 13 }}} 10 14 Read '''~/projects/test/test.readme''' and do what it says. … … 13 17 14 18 3. Visit http://a.b.c/test/create_account.php and create an account for yourself. 15 4. Visit http://a.b.c/test_ops/bossa_admin.php. Follow the instructions to create the Bossa database.19 4. Visit http://a.b.c/test_ops/bossa_admin.php. 16 20 17 21 == The public web interface ==