Project

General

Profile

Configure leginoncfg » History » Version 4

Neil Voss, 05/12/2010 10:18 AM

1 2 Amber Herold
h1. Configure leginon.cfg
2 1 Amber Herold
3
A skeleton (default) configuration file is available:
4
<pre>
5 4 Neil Voss
[python-site-package-path]/leginon/config/default.cfg
6 1 Amber Herold
</pre>
7
8
* Copy default.cfg to leginon.cfg.
9
<pre>
10 4 Neil Voss
  cp [python-site-package-path]/leginon/config/default.cfg [python-site-package-path]/Leginon/config/leginon.cfg
11 1 Amber Herold
</pre>
12
13
* Add a directory for images 
14
<pre>
15
  [Images]
16
  path: your_storage_disk_path/leginon
17
</pre>
18
19
The rest of the configuration options are fine left as default assuming your leginon database is named "leginondb", and Leginon logs into the database as a user named "usr_object" with no password set.
20 2 Amber Herold
21
_______
22
23
[[Install Appion Packages|< Install Appion Packages]] | [[Explanation of Sample Names|Explanation of Sample Names >]]
24 3 Amber Herold
25
______