Actions
Configure sinedoncfg shared » History » Revision 4
« Previous |
Revision 4/15
(diff)
| Next »
Anchi Cheng, 05/20/2010 11:44 PM
Configure sinedon.cfg¶
Sinedon is an object relational mapping library designed to interact with the Leginon and Appion databases. It can be configured at global or user level.
- An example configuration file is available at:
myami/sinedon/examples/sinedon.cfg
- Configurations for all users should be placed at the following path:
$PYTHONSITEPKG/sinedon/sinedon.cfg
- Modify sinedon.cfg to look like the following example. Set the host, db, user, and passwd to match the databases created during your Database Server setup. Note that the user here is the MySQL user Leginon uses to communicate with the database for all Leginon users. For an Appion or Leginon installation that uses Project database, set the following:
[global] #host: your_database_host host: localhost user: usr_object passwd: [projectdata] db: projectdb [leginondata] db: leginondb
Updated by Anchi Cheng over 14 years ago · 4 revisions