Project

General

Profile

How to Update from v20 (Linux) » History » Revision 2

Revision 1 (Anchi Cheng, 10/27/2010 11:29 PM) → Revision 2/3 (Anchi Cheng, 03/28/2011 07:08 PM)

h1. How to Update from v20 (Linux) 

 h2. Download myami 2.1.x source code 

 {{include(appion:Download_Appion_Files_Shared)}} 

 h2. Install Appion/Leginon Packages 

 h3. Install all the myami python packages _except appion_ using the following script: 

 <pre> 
 cd /your_download_area 
 cd myami 
 sudo ./pysetup.sh install 
 </pre> 

 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:  

 <pre> 
 cd sinedon 
 sudo python setup.py install 
 </pre> 

 {{include(Appion:Run h2. Run Database Update Script)}} Script 

 Running the following script will correct a problem that affects Leginon users. See issue #942 for more information. 
 <pre> 
 cd /your_download_area/myami/dbschema 
 python leginondbUpdate-r14897.py 
 </pre> 

 ______ 

 [[How_to_Update_from_v20_(Microscope_Windows_Computer)|How to Update from v2.0 (Microscope Windows Computer) >]] 


 ______