Upgrade From 20x » History » Revision 13
Revision 12 (Amber Herold, 10/29/2010 07:20 PM) → Revision 13/16 (Amber Herold, 10/29/2010 07:28 PM)
h1. Upgrade From 2.0.x
h2. Download myami 2.1.x source code
{{include(appion:Download_Appion_Files_Shared)}}
h2. Install 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.
h2. Run Database Update Script
Running the following script will correct a problem that affects Leginon users. See issue #942 for more information.
<pre>
cd /your_download_area/myami/dbschema
python leginondbUpdate-r14897.py
</pre>
___
[[Upgrade_Instructions| Upgrade Instructions ^]]
______