##// END OF EJS Templates
alert_channels: it should also be a pkey
alert_channels: it should also be a pkey

File last commit:

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