Em: Difference between revisions
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> | ||
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
To clone:
git clone git@github.com:NovaOrdis/em.git
User Manual
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
Development
New Release
This will install a new "development" release (same release number) locally:
cdem mvn clean install; ./install -f