Difference between revisions of "Installing WinFlow"

From Observer GigaFlow Support | VIAVI Solutions Inc.
Jump to: navigation, search
Line 4: Line 4:
 
If necessary, install dotnet runtime and vc_redist (all in the winflow\files folder)
 
If necessary, install dotnet runtime and vc_redist (all in the winflow\files folder)
  
Copy the c:\winflow\files\appsettings.NetworkInformationSettings.json file to the c:\winflow\netcoreapp2.0\ folder
+
Copy the c:\winflow\files\appsettings.NetworkInformationSettings.json.org file to c:\winflow\netcoreapp2.0\appsettings.NetworkInformationSettings.json
  
 
Edit the c:\winflow\netcoreapp2.0\appsettings.NetworkInformationSettings.json file  
 
Edit the c:\winflow\netcoreapp2.0\appsettings.NetworkInformationSettings.json file  
Line 28: Line 28:
  
 
To run as a service, run the following in an administrator command prompt
 
To run as a service, run the following in an administrator command prompt
  c:\winflow\files\nssm.exe install anuviewFlow c:\winflow\runwinflow.bat
+
  c:\winflow\files\nssm.exe install anuviewWInflow c:\winflow\runwinflow.bat
  
 
To run start service, run the following in an administrator command prompt
 
To run start service, run the following in an administrator command prompt
  c:\winflow\files\nssm.exe start anuviewFlow
+
  c:\winflow\files\nssm.exe start anuviewWInflow
  
 
The service will auto start after any reboot.
 
The service will auto start after any reboot.

Revision as of 11:30, 26 February 2018

Download http://builds.anuview.net/anuviewWinflow.zip and extract to C drive. This will create c:\winflow folder

If necessary, install dotnet runtime and vc_redist (all in the winflow\files folder)

Copy the c:\winflow\files\appsettings.NetworkInformationSettings.json.org file to c:\winflow\netcoreapp2.0\appsettings.NetworkInformationSettings.json

Edit the c:\winflow\netcoreapp2.0\appsettings.NetworkInformationSettings.json file Change the following section to the ip address of the server (172.21.40.133 in this case)

"iPAddressList": {
   "machineIPs": [
     {
       "IPAddress": "172.21.40.133",
       "ProtocolType": "IP"
     }
   ],


Change the following section to where you want the flows to go to

"flowDestinations": [ "172.21.40.133/2055", "172.21.40.199/6666" ]


Once done, save. Run an admin command prompt and run “c:\winflow\runwinflow.bat” When running you should be able to browse to the app on http://127.0.0.1:1890 use the local server admin account to log in


To run as a service, run the following in an administrator command prompt

c:\winflow\files\nssm.exe install anuviewWInflow c:\winflow\runwinflow.bat

To run start service, run the following in an administrator command prompt

c:\winflow\files\nssm.exe start anuviewWInflow

The service will auto start after any reboot.