INSTALL InteractiveSpaces - marcgc21/LG_InteractiveSpaces GitHub Wiki

In this page you will find the necessary information to install an InteractiveSpaces configuration manually. Remember that I will use the network configuration that I've described above.

PRE-INSTALLATION

A basic IS install don't need to much packages. To install java packages you must check this:

apt-get install java7-jdk

INSTALLATION

You can find the new software releases in their official page:

InteractiveSpaces

Or you could find it on "Download" section on their google code page:

GoogleCode - InteractiveSpaces

Unzip the file and you will find 3 jar files and a pdf.

To execute .jar files do this:

java -jar interactivespaces-[master/controller/workbench]-version.jar

1. Master installation

Start installing a master controller on your own pc:

    HostName 10.0.0.50
    HostID master
    NetworkType localdev

2. Controller configuration

ControllerConfiguration

Controller on Master

    HostName 10.0.0.50
    HostID controller50
    NetworkType localdev

Controller out Master

    HostName 10.0.0.52
    HostID controller52
    NetworkType localdev
    Master HostName 10.0.0.50

3. Workbench installation

In order to install the workbench you must only indicates the path to your controller installation.

USE

With a master and a pair of controller you will be able to start playing with IS. On docs folder you will find the manual about IS.