This guide assumes you already have a working Apache configuration capable of talking to an instance of a SuperDARN Catalogue API.
The repository contains a working index.html file, however you may wish to create your own (for instance, if you have specific style sheets you want to use). The repository also contains a number of Javascript and CSS files, some of which are snapshots of third party software e.g. JQuery. The provided versions have been tested and work with this app. You may use different versions than those provided, but be advised that in some cases, the use of different versions may prevent certain parts of the app from working or even prevent the app from working as a whole.
The following Javascript libraries need to be called:
The following CSS libraries need to be called:
Your index.html page requires a container div into which the app shall be placed. This div should have the ID sdCatContainer, though if you decide to use a different ID, this can be specified in the app initialisation.
<div id='sdCatContainer'></div>
Once all this is in place, the app can be initialised.