-
Extract the zip to the installation folder. For example,
C:\EzeScanRestSync -
To install as a windows service run the follow command as Administrator:
-
Assuming you installed the zip file contents into "C:\EzeScanRestSync", then copy and paste the command below into a 'Run as Administrator' cmd prompt window.
sc create "EzeScan REST Sync" BinPath="C:\EzeScanRestSync\EzeScan.RestSync.exe" -
Then press the enter key to run the command.
-
The command should report a 'Success' styled message if the service does install correctly.
-
-
Open Windows Service Control Manager
-
Right click on EzeScan REST Sync service and select properties
-
Enter the username and password of an account with write permissions to the installation directory
-
Change the startup type to Automatic
-
Back in your installation directory, edit the connection string in the appsettings.json file to point to your SQL server.
}, "ConnectionStrings": { "AppDatabase": "Data Source=sqlserver.domain.com;Database=ezescansync;User ID=sql-user;Password=sqlpassword" }
Application tables will be created within the [ERS] schema. This is to provide isolation from custom tables that will might be generated for synchronisation Jobs in the same database.
-
Save your changes to the appsettings.json file.
-
Back in the Windows Services Control Manager screen, start the service.
-
Confirm the web interface loads by navigating to http://localhost:32394 with your browser of choice.