Project

General

Profile

Test Appion » History » Revision 16

Revision 15 (Amber Herold, 03/02/2011 02:20 PM) → Revision 16/19 (Amber Herold, 03/03/2011 11:48 AM)

 h1. Test Appion 

 [[Test * If appion was installed using @setup.py@ you are ready to test out appion. 

 * Run the following script to test import of Appion Shared]] libraries and binaries: 
 <pre> 
 cd myami/appion/ 
 ./check.sh 
 </pre> 
 *NOTE* 
 You can ignore EMAN, MATLAB, and UCSF Chimera errors at this point. 
 &nbsp; 
 What about: raise LeginonConfigError('set IMAGE_PATH in leginonconfig.py') 
 leginon.leginonconfig.LeginonConfigError: set IMAGE_PATH in leginonconfig.py 

 >You need to [[Configure_leginoncfg|edit leginon.cfg]]. 

 * Run the following script to test the installation of 3rd party processing packages: 
 <pre> 
 cd myami/appion/test 
 python check3rdPartyPackages.py 
 </pre> 


 ______ 

 [[Install Ace2|< Install Ace2]] | [[Processing Server Installation|Processing Server Installation ^]] 

 ______