Changes between Version 3 and Version 4 of CreateProjectCookbook


Ignore:
Timestamp:
Apr 27, 2007, 10:20:47 AM (17 years ago)
Author:
KSMarksPsych
Comment:

Updated links to point to wiki pages.

Legend:

Unmodified
Added
Removed
Modified
  • CreateProjectCookbook

    v3 v4  
    44
    55    * Install and configure all [SoftwarePrereqsUnix prerequisite software] (follow the directions carefully). Make sure MySQL is configured and running.
    6     * [http://boinc.berkeley.edu/source_code.php Get the BOINC software], say into HOME/boinc.
    7     * [http://boinc.berkeley.edu/build_system.php Compile the BOINC server software]
     6    * [SourceCode Get the BOINC software], say into HOME/boinc.
     7    * [BuildSystem Compile the BOINC server software]
    88    * Run HOME/boinc/tools/[MakeProject make_project]
    99    * Append the contents of projects/PROJECT/PROJECT.httpd.conf to httpd.conf and restart Apache.
     
    1111      0,5,10,15,20,25,30,35,40,45,50,55 * * * * HOME/projects/PROJECT/bin/start --cron
    1212      (if cron cannot run 'start', try using a helper script to set PATH and PYTHONPATH)
    13     * Copy project.xml from HOME/boinc/tools to HOME/projects/PROJECT, edit it to reflect your applications and platforms, and run [http://boinc.berkeley.edu/tool_xadd.php bin/xadd].
     13    * Copy project.xml from HOME/boinc/tools to HOME/projects/PROJECT, edit it to reflect your applications and platforms, and run [XaddTool bin/xadd].
    1414    * Edit html/project/project.inc, changing the master URL and copyright holder.
    1515    * Protect the html/ops directory (e.g. by putting .htaccess and .htpasswd files there).
     
    1818
    1919Troubleshooting: check the Apache access and error logs.
     20
    2021== Create an application version ==
    2122
     
    2728
    2829Visible result: the web site's Applications page has an entry.
     30
    2931== Create a work unit ==
    3032