Minor release update » History » Version 7
Amber Herold, 02/14/2011 12:33 PM
| 1 | 5 | Amber Herold | h1. Minor release update instructions |
|---|---|---|---|
| 2 | 1 | Amber Herold | |
| 3 | 2 | Amber Herold | You can "check the Files tab for updated minor release versions":http://emg.nysbc.org/projects/appion/files/ of your installed release. These will include any critical bug fixes that have been addressed since the original release. |
| 4 | |||
| 5 | 4 | Amber Herold | You may update by either downloading a released tar file or doing an svn update if your original installation was via svn checkout. To do the svn update, simply change directories to your myami installation and run <pre>svn update</pre>. |
| 6 | 2 | Amber Herold | |
| 7 | 3 | Amber Herold | h2. Update the Appion Packages |
| 8 | 1 | Amber Herold | |
| 9 | |||
| 10 | {{include(appion:Install Appion Packages Short Shared)}} |
||
| 11 | 3 | Amber Herold | |
| 12 | h2. Update the web interface |
||
| 13 | |||
| 14 | Copy the entire myamiweb folder found at myami/myamiweb to your web directory (ex. /var/www/html). You may want to save a copy of your old myamiweb directory first. |
||
| 15 | 6 | Amber Herold | <pre> |
| 16 | cp -rf myamiweb /var/www/html |
||
| 17 | </pre> |
||
| 18 | 7 | Amber Herold | |
| 19 | h2. Run Database Update Script |
||
| 20 | |||
| 21 | Running the following script will indicate if you need to run any database update scripts. |
||
| 22 | <pre> |
||
| 23 | cd /your_download_area/myami/dbschema |
||
| 24 | python schema_update.py |
||
| 25 | </pre> |
||
| 26 | |||
| 27 | This will print out a list of commands to paste into a shell which will run database update scripts. |
||
| 28 | You can re-run schema_update.py at any time to update the list of which scripts still need to be run. |