##// END OF EJS Templates
Harden whitespace in log messages to show newlines, tabs, and spaces....
Harden whitespace in log messages to show newlines, tabs, and spaces. Due to the additional and inconsistent height of log messages, the other columns are vertically aligned to the top rather than the middle.

File last commit:

r28:e98235eb
r45:5967ee78
Show More
quickstart.html
39 lines | 1.3 KiB | text/html | HtmlLexer
<h2>AppEnlight quickstart</h2>
<p>
<span class="point">1</span>
For AppEnlight to operate, you need to
<a data-ui-sref="applications.update({resourceId:'new'})" target="_blank"><strong>create an app profile</strong></a> that allows
you to
obtain an <strong>API key</strong> that one of the clients can use.
</p>
<div class="clear"></div>
<hr/>
<p>
<span class="point">2</span>
It is a good idea to configure an
<a data-ui-sref="user.alert_channels.email" target="_blank">
<strong>email alert channel</strong></a> that you can use to receive
notifications about events that happen in your application.
</p>
<p>
It can be the same email account you used to register withing AppEnlight -
although we often recommend using a separate <em>errors@...</em> account
designated for alert notifications.
</p>
<div class="clear"></div>
<hr/>
<p>
<span class="point">3</span>
In order for your application to stream meaningful information, you will need to
integrate a compatible client for your language of choice.
</p>
<p>Head over to the <a href="{{AeConfig.urls.docs}}" target="_blank">
<strong>developers section</strong></a> for information on currently available
clients that you can plug into your software</p>