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