Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Overview

This document explains how to enable delivery from Kitely Market in grids that aren't open to the Hypergrid.

The basic idea is this:

  • Enable only those services that Kitely Market requires
  • Use the firewall to allow access only from Kitely

Since the grid is non-Hypergrid, it must be using the configuration file Robust.ini. We will modify this file by copying some sections from Robust.HG.ini.

Modify Robust.ini

Copy the following sections from Robust.HG.ini to Robust.ini (at the end of the file):

  • [Hypergrid]

  • [GatekeeperService]

  • [UserAgentService]

  • [HGInventoryService]

  • [HGAssetService]

  • [HGInstantMessageService]

Add the following lines at the end of the [ServiceList] section:

;; Hypergrid
UserAgentServerConnector = "8302/OpenSim.Server.Handlers.dll:UserAgentServerConnector"
InstantMessageServerConnector = "8502/OpenSim.Server.Handlers.dll:InstantMessageServerConnector"
HGInventoryServiceConnector = "HGInventoryService@8502/OpenSim.Server.Handlers.dll:XInventoryInConnector"
HGAssetServiceConnector = "HGAssetService@8502/OpenSim.Server.Handlers.dll:AssetServiceConnector"

Add the following lines at the end of the [LoginService] section:

    ;; Hypergrid
    SRV_HomeURI = "http://rohan.grid.com:8302"
    SRV_InventoryServerURI = "http://rohan.grid.com:8502"
    SRV_AssetServerURI = "http://rohan.grid.com:8502"
    SRV_ProfileServerURI = "http://rohan.grid.com:8302"
    SRV_FriendsServerURI = "http://rohan.grid.com:8502"
    SRV_IMServerURI = "http://rohan.grid.com:8502"
    SRV_GroupsServerURI = "http://rohan.grid.com:8502"

 

 

  • No labels