Installing Hosted OrbiterMicro

To create connected content and applications with OrbiterMicro, follow these steps.

Step 1: Download OrbiterMicro

Download the latest build of OrbiterMicro here:

http://www.unionplatform.com/releases/orbitermicro/latest

Step 2: Unzip OrbiterMicro

Unzip the OrbiterMicro file that you downloaded in Step 1.

In the unzipped OrbiterMicro folder, you'll find two JavaScript files: OrbiterMicro_x.y.z.nnn_ReleaseName.js and OrbiterMicro_x.y.x.nnn_ReleaseName_min.js. The x.y.znnn specifies the version number and ReleaseName specifies the type of release (Alpha, Beta, etc). The file ending in "_min" is a minified version of the OrbiterMicro framework, suitable for production use. The file without "_min" is a development version of the OrbiterMicro framework, intended for use during debugging.

Step 3: Post OrbiterMicro on Your Web Site

Upload either the minified or development version of OrbiterMicro from Step 2 to your website.

Step 4: Add OrbiterMicro to Your Web Page

Load OrbiterMicro from your website into your web page. For example, if you posted OrbiterMicro to http://example.com/OrbiterMicro_2.0.0.123_Release.js, you could load it into a web page by adding the following code to the page's <head> tag:

<script type="text/javascript" src="http://example.com/OrbiterMicro_2.0.0.123_Release.js"></script>