Configure leginoncfg » History » Revision 3
Revision 2 (Amber Herold, 04/15/2010 02:53 PM) → Revision 3/18 (Amber Herold, 04/22/2010 01:48 PM)
h1. Configure leginon.cfg
A skeleton (default) configuration file is available:
<pre>
[python-site-package-path]/Leginon/config/default.cfg
</pre>
* Copy default.cfg to leginon.cfg.
<pre>
cp [python-site-package-path]/Leginon/config/default.cfg [python-site-package-path]/Leginon/config/leginon.cfg
</pre>
* Add a directory for images
<pre>
[Images]
path: your_storage_disk_path/leginon
</pre>
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.
_______
[[Install Appion Packages|< Install Appion Packages]] | [[Explanation of Sample Names|Explanation of Sample Names >]]
______