Test Appion » History » Revision 12
Revision 11 (Amber Herold, 08/03/2010 01:40 PM) → Revision 12/19 (Amber Herold, 03/02/2011 02:19 PM)
h1. Test Appion * If appion was installed using @setup.py@ you are ready to test out appion. * Run the following test script to test import of Appion libraries and binaries: <pre> cd myami/appion/ ./check.sh </pre> *NOTE* You can ignore EMAN, MATLAB, and UCSF Chimera errors at this point. 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 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 ^]] ______