Project

General

Profile

How to Update from v20 (Linux) » History » Version 1

Anchi Cheng, 10/27/2010 11:29 PM

1 1 Anchi Cheng
h1. How to Update from v20 (Linux)
2
3
h2. Download myami 2.1.x source code
4
5
{{include(appion:Download_Appion_Files_Shared)}}
6
7
h2. Install Appion/Leginon Packages
8
9
h3. Install all the myami python packages _except appion_ using the following script:
10
11
<pre>
12
cd /your_download_area
13
cd myami
14
sudo ./pysetup.sh install
15
</pre>
16
17
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: 
18
19
<pre>
20
cd sinedon
21
sudo python setup.py install
22
</pre>
23
24
h2. Run Database Update Script
25
26
Running the following script will correct a problem that affects Leginon users. See issue #942 for more information.
27
<pre>
28
cd /your_download_area/myami/dbschema
29
python leginondbUpdate-r14897.py
30
</pre>
31
32
______
33
34
[[How_to_Update_from_v20_(Microscope_Windows_Computer)|How to Update from v2.0 (Microscope Windows Computer) >]]
35
36
37
______