Changes between Version 1 and Version 2 of MakeProject
- Timestamp:
- Apr 20, 2007, 9:37:24 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MakeProject
v1 v2 3 3 The make_project script creates the server components of a BOINC project. To use it, [http://boinc.berkeley.edu/server.php set up a BOINC server]. Then, for example, type: 4 4 {{{ 5 cd tools/6 ./make_project cplan5 cd BOINC_SOURCE/tools 6 make_project cplan 7 7 }}} 8 creates a project with master URL http://<hostname>/cplan/ whose directory structure is rooted at $HOME/projects/cplan.8 This creates a project with master URL http://<hostname>/cplan/ whose directory structure is rooted at $HOME/projects/cplan. 9 9 10 10 More specifically, make_project does the following: … … 18 18 The script gives further instructions, namely 19 19 20 * It generates a template Apache config file that you can insert into /etc/apache/httpd.conf (path varies), or Include directly.20 * It generates a template Apache config file that you can insert into /etc/apache/httpd.conf (path varies), or Include from that file. 21 21 * It generates a crontab line to paste. 22 22