Upgrade From 20x » History » Revision 15
Revision 14 (Amber Herold, 02/14/2011 12:31 PM) → Revision 15/16 (Anchi Cheng, 03/28/2011 07:04 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
[[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.
___
[[Upgrade_Instructions| Upgrade Instructions ^]]
______