Skip to content

Commit

Permalink
Make it clearer where to install BirdsEye
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Nov 28, 2018
1 parent af3ceaa commit 03fdf48
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion docs/features/looking-glass.md
Expand Up @@ -7,7 +7,7 @@ A fully working example of this can be seen [here on INEX's IXP Manager](https:/
Enabling the looking glass just requires:

1. properly configured [router(s)](routers.md).
2. *Bird's Eye* installed on these.
2. for routers that Bird and where you want them to be available via a looking glass, install [Bird's Eye](https://github.com/inex/birdseye) on the same server(s) running Bird.
3. the API endpoint must be accessible from the server running IXP Manager and this endpoint must be set correctly in the router's configuration (see [router(s)](routers.md) page) (along with an appropriate setting for *LG Access Privileges*). Note that the Birdseye API end points do not need to be publicly accessible - just from the IXP Manager server.
4. set the `.env` option: `IXP_FE_FRONTEND_DISABLED_LOOKING_GLASS=false` (in IXP Manager's `.env` and add it if it's missing as it defaults to `true`).

Expand Down
2 changes: 1 addition & 1 deletion site/features/looking-glass/index.html
Expand Up @@ -395,7 +395,7 @@ <h1 id="looking-glass">Looking Glass<a class="headerlink" href="#looking-glass"
<p>Enabling the looking glass just requires:</p>
<ol>
<li>properly configured <a href="../routers/">router(s)</a>.</li>
<li><em>Bird's Eye</em> installed on these.</li>
<li>for routers that Bird and where you want them to be available via a looking glass, install <a href="https://github.com/inex/birdseye">Bird's Eye</a> on the same server(s) running Bird.</li>
<li>the API endpoint must be accessible from the server running IXP Manager and this endpoint must be set correctly in the router's configuration (see <a href="../routers/">router(s)</a> page) (along with an appropriate setting for <em>LG Access Privileges</em>). Note that the Birdseye API end points do not need to be publicly accessible - just from the IXP Manager server.</li>
<li>set the <code>.env</code> option: <code>IXP_FE_FRONTEND_DISABLED_LOOKING_GLASS=false</code> (in IXP Manager's <code>.env</code> and add it if it's missing as it defaults to <code>true</code>).</li>
</ol>
Expand Down
2 changes: 1 addition & 1 deletion site/index.html
Expand Up @@ -491,5 +491,5 @@ <h3 id="documentation-license">Documentation License<a class="headerlink" href="

<!--
MkDocs version : 0.16.2
Build Date UTC : 2018-11-25 12:00:03
Build Date UTC : 2018-11-28 07:00:05
-->

0 comments on commit 03fdf48

Please sign in to comment.