Changes between Version 19 and Version 20 of ToolUpgrade


Ignore:
Timestamp:
Dec 31, 2009, 3:02:17 PM (14 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ToolUpgrade

    v19 v20  
    1616$ ./upgrade project_name
    1717}}}
    18   The upgrade script copies files from the `source/html/`, `source/sched` and `source/tool` directories to the corresponding project directories and selected files from `source/py/BOINC' to the project `bin' directory.
     18  The upgrade script copies files from the `source/html/`, `source/sched` and `source/tool`
     19directories to the corresponding project directories and selected files
     20from `source/py/BOINC' to the project `bin' directory.
    1921
    20  The default project root directory is `$HOME/projects/project_name`.  If this is not where your project lives then you also need to use the `--project_root` flag to specify the location of the directory above where your project lives, like so:
     22 5. Start the project, and check log files to make sure everything is OK. Run the BOINC client and test basic functions (attaching to project, getting work).
     23
     24== Options ==
     25
     26
     27You can update only the web code (PHP files), using:
     28{{{
     29$ ./upgrade --web_only  project_name
     30}}}
     31
     32You can update everything except the web code using:
     33{{{
     34$ .upgrade --server_only project_name
     35}}}
     36
     37The default project root directory is `$HOME/projects/project_name`.
     38If this is not where your project lives, use the `--project_root` flag
     39to specify the location of the directory above where your project lives:
    2140{{{
    2241$ ./upgrade --project_root=/path/to/projects  project_name
     
    2443 The project directory would then be `/path/to/projects/project_name`.
    2544
    26  It is possible to update only the web pages (PHP files), using the `--web_only` flag:
    27 {{{
    28 $ ./upgrade --web_only  project_name
    29 }}}
    30 
    3145You can run '''upgrade''' from a directory other than boinc/tools by specifying the BOINC source directory:
    3246{{{
    3347$ ~/boinc/tools/upgrade --srcdir ~/boinc
    3448}}}
    35 
    36  5. Start the project, and check log files to make sure everything is OK. Run the BOINC client and test basic functions (attaching to project, getting work).
    3749
    3850== Updating the database structure ==