Changes between Version 1 and Version 2 of MakeProject


Ignore:
Timestamp:
Apr 20, 2007, 9:37:24 AM (17 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MakeProject

    v1 v2  
    33The 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:
    44{{{
    5 cd tools/
    6 ./make_project cplan
     5cd BOINC_SOURCE/tools
     6make_project cplan
    77}}}
    8 creates a project with master URL http://<hostname>/cplan/ whose directory structure is rooted at $HOME/projects/cplan.
     8This creates a project with master URL http://<hostname>/cplan/ whose directory structure is rooted at $HOME/projects/cplan.
    99
    1010More specifically, make_project does the following:
     
    1818The script gives further instructions, namely
    1919
    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.
    2121    * It generates a crontab line to paste.
    2222