Configure leginoncfg » History » Version 3
Amber Herold, 04/22/2010 01:48 PM
1 | 2 | Amber Herold | h1. Configure leginon.cfg |
---|---|---|---|
2 | 1 | Amber Herold | |
3 | A skeleton (default) configuration file is available: |
||
4 | <pre> |
||
5 | [python-site-package-path]/Leginon/config/default.cfg |
||
6 | </pre> |
||
7 | |||
8 | * Copy default.cfg to leginon.cfg. |
||
9 | <pre> |
||
10 | cp [python-site-package-path]/Leginon/config/default.cfg [python-site-package-path]/Leginon/config/leginon.cfg |
||
11 | </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 | ______ |