Installation Instructions for K7AR Mobile Cluster Software

Version 1.03
by Al Rovner, K7AR
k7ar@arrl.net
Aug 15, 2006

Introduction

Following these instructions will allow you to display DX and WWV data from your AR Cluster on cell phones and smartphones that support broswing.

Assumptions/Requirements

Step 1 - Install the Microsoft .NET 2.0 Framework

If you already have the .NET 2.0 Framework installed, you may skip this step.  Click here to download the framework from the Microsoft web site.  Install the framework following the provided instructions from Microsoft.

Step 2 - Install Internet Information Services (IIS)

If you already have IIS installed, you may skip this step.
  1. Select Add/Remove Programs from the Control Panel.
  2. Select Add/Remove Windows Components from the left side of this dialog.
  3. In the next dialog, check Internet Information Services and go through the remaining steps in the wizard.  You may need to place your Windows 2000/XP CD-ROM in the drive at this point.

Step 3 - Install the Mobile Cluster Software

First, you need to understand the concept of a root directory for a web server.  This is the / directory for your web site.  So if you want to go to somesite/index.htm this file index.htm is located at the web server's root level, but not your hard drive's root level.  A lot of new web designers find this concept confusing.  In the case of IIS, the web server's root level is located at C:\Inetpub\wwwroot by default.  All files we use below will be placed in this directory.  The mobile cluster software will be placed in a directory called MobileCluster below wwwroot.

  1. Copy the provided installation file to C:\Inetpub\Wwwroot.
  2. Unzip the installation file using Winzip or similar program.
  3. Display the IIS administration tool by selecting Administrative Tools --> Internet Services Manager from the Control Panel.


     
  4. Expand the Default Web Site node.  Notice the MobileCluster icon.
  5. Right-click the MobileCluster icon and select Properties.  The following dialog box will be seen.


     
  6. Click the Create button.  This will create a web project.  When done properly, the MobileCluster icon will change from a regular folder to the icon shown above (for Windows 2000) or to something that looks like a gear and shaft (on Windows XP and 2003).
  7. In the above dialog box, click the Documents tab.  Delete any default documents that are displayed.  Add a new document called Default.aspx.  The dialog should look like this when you're done.



    Also, make certain the Enable Default Document box is checked.
  8. In the above dialog box, click the ASP.NET tab.  Verify the ASP.NET version is shown as 2.0.xxx.  It should already be set, but change it if not.  Press OK to dismiss the Properties dialog.
  9. Close the IIS Administrtaion tool.

Step 4 - Customize the Settings for Your Environment

  1. In the MobileCluster directory, edit the file web.config with an ASCII editor like Notepad.  In here you will find directory paths, and settings you can change to meet your needs.  Each value is clearly commented. 
  2. Edit these values in web.config:  They are located in the <appSettings> block near the top of the file.
Name Description
title_msg The text to display at the top of each page.  You may change this to anything you like, but it is best to keep it short.  Feel free to add your node callsign, etc.
ar_database Location of your AR Cluster database files.  This is set to C:\Program Files\AR-Cluster\Database by default.
num_spots The number of DX spots to display on the main screen.

Step 5 - Verification of MobileCluster Site

  1. Using your local browser go to: http://localhost/MobileCluster
  2. The cluster web site should display.
  3. Follow a few of the buttons on the page to make sure all pages display correctly.

Step 6 - What URL Do I Publicize To My Users?

Your mobile cluster site is officially located at http://<your external address>/MobileCluster

This is what your users should connect to.  From there, they can create Bookmarks, etc.