Project

General

Profile

Install Appion Packages » History » Version 40

Anchi Cheng, 01/30/2018 10:19 PM

1 28 Anchi Cheng
h1. Install Appion Packages
2
3 32 Anchi Cheng
h2. Install the appion python package
4 28 Anchi Cheng
5 35 Anchi Cheng
{{include(Install_Appion_bin_shared)}}
6 28 Anchi Cheng
7 40 Anchi Cheng
h2. (Optional) Install the dbschema python package
8
9
{{include(Install_Appion_bin_shared)}}
10
[[install_dbschema_shared]]
11
12 32 Anchi Cheng
h2. Install all the myami python packages _except appion_ using the following script:
13 1 Amber Herold
14
{{include(appion:Install Appion Packages Shared)}}
15 32 Anchi Cheng
16 37 Carl Negro
17 39 Carl Negro
h3. Check permissions
18 37 Carl Negro
19 39 Carl Negro
Verify that all users have executable permission for rctacquisition.py. It may be necessary to run:
20 37 Carl Negro
21
<pre>
22
chmod 755 ./leginon/rctacquisition.py
23
</pre>
24
25 32 Anchi Cheng
h2. Set additional appion environment variables
26 28 Anchi Cheng
27
Finally, you will need to set the the MATLABPATH environment variable in order to get the Appion utilities that use Matlab to work.
28
For bash:
29
<pre>
30
export MATLABPATH=$MATLABPATH:<your_appion_directory>/ace
31
</pre>
32
or C shell
33
<pre>
34
setenv MATLABPATH $MATLABPATH:<your_appion_directory>/ace
35
</pre>
36 2 Amber Herold
37
______
38
39 36 Amber Herold
40 34 Amber Herold
[[Download Appion Files|< Download Appion/Leginon Files]] | [[Perform system check|Perform system check >]]
41 36 Amber Herold
42 1 Amber Herold
______