EMDash Installation

EMDash can be installed using "easy_install" or you may download the source and use "setup.py"

Download EMDash sources

Dependencies

Install EMDash

EMDash can be installed using either Python easy_install:

sudo python -m easy_install -U emdash

Note the "-U" flag will upgrade EMDash to the current version if it is already found.

Alternatively, you may install EMDash by downloading the source, unpacking, and running the setup.py script:

Download EMDash

python ./setup.py build
sudo python ./setup.py install

Running EMDash

EMDash includes several programs. To start a basic upload session:

python -m emdash.upload --host http://ncmidb.bcm.edu

Use the --host option to specify the URI of your EMEN2 server.