Project

General

Profile

Upgrade From 20x » History » Version 15

Anchi Cheng, 03/28/2011 07:04 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 15 Anchi Cheng
[[Run Database Update Script]]
21
22 14 Amber Herold
Running the following script will indicate if you need to run any database update scripts.
23 5 Amber Herold
<pre>
24
cd /your_download_area/myami/dbschema
25 14 Amber Herold
python schema_update.py
26 1 Amber Herold
</pre>
27 14 Amber Herold
28
This will print out a list of commands to paste into a shell which will run database update scripts. 
29
You can re-run schema_update.py at any time to update the list of which scripts still need to be run.
30 6 Amber Herold
31
___
32
33
[[Upgrade_Instructions| Upgrade Instructions ^]]
34
35
______