Changes between Version 3 and Version 4 of CreateProjectCookbook
- Timestamp:
- Apr 27, 2007, 10:20:47 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CreateProjectCookbook
v3 v4 4 4 5 5 * 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.phpGet the BOINC software], say into HOME/boinc.7 * [ http://boinc.berkeley.edu/build_system.phpCompile the BOINC server software]6 * [SourceCode Get the BOINC software], say into HOME/boinc. 7 * [BuildSystem Compile the BOINC server software] 8 8 * Run HOME/boinc/tools/[MakeProject make_project] 9 9 * Append the contents of projects/PROJECT/PROJECT.httpd.conf to httpd.conf and restart Apache. … … 11 11 0,5,10,15,20,25,30,35,40,45,50,55 * * * * HOME/projects/PROJECT/bin/start --cron 12 12 (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.phpbin/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]. 14 14 * Edit html/project/project.inc, changing the master URL and copyright holder. 15 15 * Protect the html/ops directory (e.g. by putting .htaccess and .htpasswd files there). … … 18 18 19 19 Troubleshooting: check the Apache access and error logs. 20 20 21 == Create an application version == 21 22 … … 27 28 28 29 Visible result: the web site's Applications page has an entry. 30 29 31 == Create a work unit == 30 32