How to Update from v34 (Linux) » History » Version 2
Anchi Cheng, 11/16/2020 02:05 PM
1 | 1 | Anchi Cheng | h1. How to Update from v34 (Linux) |
---|---|---|---|
2 | |||
3 | h1. Upgrade processing server |
||
4 | |||
5 | h2. Download myami-3.5 source code |
||
6 | |||
7 | <pre> |
||
8 | git clone -b myami-3.5 http://emg.nysbc.org/git/myami myami-3.5 |
||
9 | </pre> |
||
10 | |||
11 | h2. Install Appion/Leginon Packages |
||
12 | |||
13 | h3. Install all the myami python packages _except appion_ using the following script: |
||
14 | |||
15 | <pre> |
||
16 | cd /your_download_area |
||
17 | cd myami-3.5 |
||
18 | sudo ./pysetup.sh install |
||
19 | </pre> |
||
20 | |||
21 | That will install each package, and report any failures. To determine the cause of failure, see the generated log file "pysetup.log". If necessary, you can enter a specific package directory and run the python setup command manually. For example, if sinedon failed to install, you can try again like this: |
||
22 | |||
23 | <pre> |
||
24 | cd sinedon |
||
25 | sudo python setup.py install |
||
26 | </pre> |
||
27 | |||
28 | h3. Move leginon.cfg/instruments.cfg/sinedon.cfg/dmsem.cfg if it was saved with the old installation. In general, the installation would have put it in /etc/myami. Therefore, you do not have to do anything. |
||
29 | |||
30 | Run this script to find out where it was: |
||
31 | <pre> |
||
32 | cd /your_download_area/myami/leginon/ |
||
33 | ./configcheck.py |
||
34 | </pre> |
||
35 | If the script can not find leginon.cfg, and you found a copy of leginon.cfg in $PYTHONSITEPKG/leginon/config from the last installation, move that leginon.cfg to $PYTHONSITEPKG/leginon. |
||
36 | |||
37 | {{include(Appion:Run Database Update Script)}} |
||
38 | 2 | Anchi Cheng | * Changes should be minimal. |
39 | 1 | Anchi Cheng | |
40 | h3. Configure pyami.cfg |
||
41 | |||
42 | See [[Configure_pyamicfg_for_host-ip_pairings|Configuring pyami.cfg for host-ip pairing]] |
||
43 | |||
44 | h1. Upgrade web server |
||
45 | |||
46 | Rename your current myamiweb at the document root of the web server to something else as a backup. |
||
47 | |||
48 | h2. (optional) install the 3.5 version of pyami as it is done on processing server and restart redux server (The changes in pyami do not affect web server) |
||
49 | |||
50 | h2. Install updated Web viewers and tools |
||
51 | |||
52 | See [[Install the Web Interface]] section in Complete Installation Chapter to put the new myamiweb tools to document root for the web server. There is no need to run WebToolSetupWizard, however. See below. |
||
53 | |||
54 | h2. Copy config.php from your older myamiweb backup to the new myamiweb. |
||
55 | |||
56 | h2. Import new versions of Leginon Applications |
||
57 | |||
58 | Old version of MSI Leginon applications will still run but without new feature. Use the Web administrator tool to import new version as shown in [[Steps_involved_in_the_installation]] Step for "Import Applications". |
||
59 | |||
60 | |||
61 | ______ |
||
62 | |||
63 | [[How_to_Update_from_v34_(Instrument_Windows_Computer)| How to Update from v3.4 (Instrument Computer) >]] |