Differences between revisions 31 and 33 (spanning 2 versions)
Revision 31 as of 2010-11-22 11:16:02
Size: 616
Editor: root
Comment:
Revision 33 as of 2010-11-23 08:35:21
Size: 665
Editor: root
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
= Download EMEN2 = = Quick Start =
Line 11: Line 11:
Download the latest EMEN2: Here is a "quick start" guide to install EMEN2, initialize an EMEN2 DB, and start the web server. The "-h" argument in the scripts below are references to a directory to keep the EMEN2 DB; the directory will be created if it does not exist.
Line 13: Line 13:
http://ncmi.bcm.edu/ncmi/software/software_details?selected_software=EMEN2

= Create EMEN2 Environment =

= Edit Configuration =

= Initialize EMEN2 Environment =

= Test Web Server =

= Optional: Import =

= Optional: Accelerator Module =

= Run as daemon =
{{{
python -m emen2.clients.clone -h $HOME/test_db -- --defs
python -m emen2.web.server -h $HOME/test_db
}}}

Installing and configuring EMEN2

Install Dependencies

You will first need to install the various EMEN2 dependencies. They are all straight-forward to install, and can generally be installed using Python's easy_install system.

Quick Start

Here is a "quick start" guide to install EMEN2, initialize an EMEN2 DB, and start the web server. The "-h" argument in the scripts below are references to a directory to keep the EMEN2 DB; the directory will be created if it does not exist.

python -m emen2.clients.clone -h $HOME/test_db -- --defs
python -m emen2.web.server -h $HOME/test_db

EMEN2/Install (last edited 2013-06-27 06:59:34 by IanRees)