| [ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 2 ~~~~~~~~~~~~~~~~~~~~~ 3 Upgrading ProjectPier 4 ~~~~~~~~~~~~~~~~~~~~~ 5 6 General Notice: We are not changing the built-in upgrade checker in ProjectPier for pre-release 7 versions of 0.8. 0.8.0-dev and 0.8.0-RC1 and 0.8.0 (the final release) will all be 8 considered 0.8 as far as the upgrade checking utility is concerned. That means that if you 9 have installed a pre-release version -dev or -RC1, you will not receive upgrade notification 10 within ProjectPier. 11 12 All versions of ProjectPier 0.8 are database compatible with each other and with activeCollab 0.7.1. 13 14 There is not an upgrade script for ProjectPier 0.8. A set of instructions is provided below, but use 15 them at your own risk. Make sure you have backed up all your data (files and database) so that you 16 can return to your previous version if necessary. 17 18 When upgrading, do NOT run the installation scripts! 19 20 21 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 22 Instructions are for upgrading from ProjectPier 0.8-dev or activeCollab 0.7.1 to 23 ProjectPier 0.8-final. 24 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 25 26 1) Backup your database 27 28 2) Backup your installation files (you will need your existing /config/config.php to complete this 29 installation). 30 31 3) Unzip the ProjectPier package to a new directory on your hard drive, then upload to your server, 32 overwriting the existing activeCollab or ProjectPier installation files. 33 34 4) Add the following lines to /config/config.php that you backed up in step 2 (NOT the one you just 35 unzipped, the one you backed up from your existing installation!!) 36 define('SHOW_MESSAGE_BODY', true); 37 define('SHOW_COMMENT_BODY', true); 38 define('SHOW_MILESTONE_BODY', true); 39 define('TOKEN_COOKIE_NAME', '93c65403ce6b695a583e9e4c8c5b25e687283ee8'); 40 41 SHOW_MESSAGE_BODY = Set this to true or false, it determines whether to include message text in new 42 message notification emails. 43 44 SHOW_COMMENT_BODY = Set this to true or false, it determines whether to include comment text in new 45 comment notification emails. 46 47 SHOW_MILESTONE_BODY = Set this to true or false, it determines whether to include milestone text in new 48 milestone notification emails. 49 50 TOKEN_COOKIE_NAME = set this to any unique string of characters, the exact length is not important. This 51 is required, but only used to differentiate between installations when there are 52 multiple installations on the same server. 53 Change from: define('PRODUCT_VERSION', '0.7.1'); 54 to: define('PRODUCT_VERSION', '0.8.0'); 55 56 5) Upload /config/config.php that you just edited to your server, overwriting the existing file. 57 58 6) You should be ready to go now. 59 60 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 61 Instructions are for upgrading from ProjectPier 0.8-RC1 ProjectPier 0.8-final. 62 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 63 64 1) Backup your database 65 66 2) Backup your installation files. 67 68 3) Unzip the ProjectPier package to a new directory on your hard drive, then upload the following files 69 or directories to your server. 70 71 *(mandatory) - bug fix 72 /environment/functions/files.php 73 74 *(optional) if you want to make sure you have the latest documentation on your server, 75 copy the following files 76 changes.txt 77 readme.txt 78 upgrade.txt 79 80 *(optional) if you want to add Continental Portuguese language files, copy the following 81 /language/pt_pt.php 82 /language/pt_pt/ (directory) 83 84 4) You should be ready to go now. 85 86
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Tue Sep 25 23:40:09 2007 | Cross-referenced by PHPXref 0.7 |