Em: Difference between revisions
Jump to navigation
Jump to search
(→TODO) |
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
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:
cdesa mvn clean install; ./install -f