Project

General

Profile

Upgrade From 22x » History » Version 2

Amber Herold, 11/18/2013 02:56 PM

1 1 Amber Herold
h1. Upgrade From 2.2.x
2
3 2 Amber Herold
h2. Upgrade your web server and processing server 
4 1 Amber Herold
5 2 Amber Herold
Appion and Leginon 3.0 is no longer compatible with CentOS 5.x. You will need to upgrade your servers to CentOS 6.
6
Specifically, the web server will need PHP version 5.3 or greater. The processing server will need Python 2.6.
7
8
9 1 Amber Herold
h2. Download myami 3.0.x source code
10
11
{{include(appion:Download_Appion_Files_Shared)}}
12
13
h2. Install Appion Packages
14
15
16
{{include(appion:Install Appion Packages Short Shared)}}
17
18
h2. Update the web interface
19
20
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.
21 2 Amber Herold
22
h2. Install the Redux Image Server
23
24
[[Install_Redux_image_server]]
25 1 Amber Herold
26
h2. Update configuration files
27
28
# Move your leginon.cfg file 
29
## Ensure you have a leginon.cfg file in the proper location per these [[appion:Configure_leginoncfg|Leginon config instructions]]
30
# [[appion:Configure_appioncfg|Add a .appion.cfg file]]
31
# Ensure your config.php file is up to date on the web server per these [[appion:Install_the_Web_Interface_Advanced|config.php instructions]]
32
33
34
{{include(Run Database Update Script)}}
35
36
37
___
38
39
[[Upgrade_Instructions| Upgrade Instructions ^]]
40
41
______