Project

General

Profile

Upgrade From 20x » History » Version 14

Amber Herold, 02/14/2011 12:31 PM

1 1 Amber Herold
h1. Upgrade From 2.0.x
2
3 2 Amber Herold
h2. Download myami 2.1.x source code
4 1 Amber Herold
5
{{include(appion:Download_Appion_Files_Shared)}}
6 3 Amber Herold
7 12 Amber Herold
h2. Install Appion Packages
8
9
10 7 Amber Herold
{{include(appion:Install Appion Packages Short Shared)}}
11 9 Amber Herold
12 13 Amber Herold
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
16 7 Amber Herold
17 5 Amber Herold
18
h2. Run Database Update Script
19
20 14 Amber Herold
Running the following script will indicate if you need to run any database update scripts.
21 5 Amber Herold
<pre>
22
cd /your_download_area/myami/dbschema
23 14 Amber Herold
python schema_update.py
24 1 Amber Herold
</pre>
25 14 Amber Herold
26
This will print out a list of commands to paste into a shell which will run database update scripts. 
27
You can re-run schema_update.py at any time to update the list of which scripts still need to be run.
28 6 Amber Herold
29
___
30
31
[[Upgrade_Instructions| Upgrade Instructions ^]]
32
33
______