Em: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 51: Line 51:
This will install a new "development" release (same release number) locally:
This will install a new "development" release (same release number) locally:
<pre>
<pre>
cdesa
cdem
mvn clean install; ./install -f
mvn clean install; ./install -f
</pre>
</pre>

Revision as of 19:52, 3 March 2016

Internal

Overview

en (Environment Manager).

Creates and manages Amazon EC2 environments form command line.

GitHub


https://github.com/NovaOrdis/em

To clone:

git clone git@github.com:NovaOrdis/em.git

User Manual


https://github.com/NovaOrdis/em/blob/master/doc/em%20User%20Manual.pdf

TODO

doc/em Development.docx TODO section.

std.shlib

em contain a version of std.shlib. Need to decide whether this will remain the official version or we need to maintain it as a dependency. Also see shell-tools#std.shlib.

Sample Environments


em EAP Environment


Development

New Release

This will install a new "development" release (same release number) locally:

cdem
mvn clean install; ./install -f