Em: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 8: Line 8:


Creates and manages Amazon EC2 environments form command line.
Creates and manages Amazon EC2 environments form command line.
=GitHub=
<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;">
:<br>https://github.com/NovaOrdis/em<br><br>
</blockquote>
To clone:
<pre>
git clone git@github.com:NovaOrdis/em.git
</pre>


=User Manual=
=User Manual=


<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;">
<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;">
:<br>https://github.com/NovaOrdis/em/blob/master/doc/em%20User%20Manual.pdf<br><br>
:<br>https://github.com/NovaOrdis/em/blob/master/doc/em%20User%20Manual.pdf<br><br>
</blockquote>
</blockquote>
=TODO=
doc/em Development.docx TODO section.
=std.shlib=
<font color=red>
<tt>em</tt> contain a version of <tt>std.shlib</tt>. 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]].
</font>


=Sample Environments=
=Sample Environments=


<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;">
<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;">
:<br>[[em EAP Environment]]<br><br>
:[[em EAP Environment]]<br>
</blockquote>
<blockquote style="background-color: AliceBlue; border: solid thin LightSteelBlue;">
:[[em Load Balanced HornetQ Environment]]<br>
</blockquote>
</blockquote>


=Development=
=Development=


==New Release==
<blockquote style="background-color: #f9f9f9; border: solid thin lightgrey;">
 
:[[em Development]]
This will install a new "development" release (same release number) locally:
</blockquote>
<pre>
cdem
mvn clean install; ./install -f
</pre>

Latest revision as of 18:27, 26 May 2016

Internal

Overview

en (Environment Manager).

Creates and manages Amazon EC2 environments form command line.

User Manual


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

Sample Environments

em EAP Environment
em Load Balanced HornetQ Environment

Development

em Development