Federated Administration Monitoring (FAM)

Dependencies

Install the dependencies

To check that all the decencies have been set up, execute

dotnet --version

-> Microsoft .NET Core Shared Framework Host

        Version  : 1.1.0
        Build    : 928f77c4bc3f49d892459992fb6e1d5542cb5e86

Administration Manager set-up

To set the service, execute the following commands

git clone https://github.com/sunfish-prj/Administration-Manager.git
cd Administration-Manager/manager
dotnet SUNFISH.dll

The server is now running and listening on the port chosen in the hosting.json. file (e.g. 80).

The Administration Manager is expected to interact with the: - Service Level Agreements Manager - Service Ledger Interface

The urls and ports for the above applications may be altered in the appsettings.production.json config file.

For the Administration Manager to make use of the mock up IDM, set the UseIDM variable in the appsettings.production.json to true.

  • The current IDM url is 49.118.99.72 using port 44001
  • For the default username & password contact Alexander Tanti.

SLA Manager set-up

To set the service, execute the following commands

git clone https://github.com/sunfish-prj/SLA-Manager.git
cd SLA-Manager
dotnet Sunfish.SLAMService.dll

The server is now running and listening on the port chosen in the hosting.json. file (e.g. 80).

The SLA Manager is expected to interact with the:

The urls and ports for the above application may be altered in the appsettings.production.json config file.