Minor release update » History » Revision 7
Revision 6 (Amber Herold, 02/02/2011 09:38 AM) → Revision 7/9 (Amber Herold, 02/14/2011 12:33 PM)
h1. Minor release update instructions
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.
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>.
h2. Update the Appion Packages
{{include(appion:Install Appion Packages Short Shared)}}
h2. Update the web interface
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.
<pre>
cp -rf myamiweb /var/www/html
</pre>
h2. Run Database Update Script
Running the following script will indicate if you need to run any database update scripts.
<pre>
cd /your_download_area/myami/dbschema
python schema_update.py
</pre>
This will print out a list of commands to paste into a shell which will run database update scripts.
You can re-run schema_update.py at any time to update the list of which scripts still need to be run.