Em: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 43: Line 43:
:<br>[[em EAP Environment]]<br><br>
:<br>[[em EAP Environment]]<br><br>
</blockquote>
</blockquote>
=Development=
==New Release==
This will install a new "development" release (same release number) locally:
<pre>
cdesa
mvn clean install; ./install -f
</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:

cdesa
mvn clean install; ./install -f