Service deployment¶
Service download¶
The Isogeo service is generated from our platform for each workgroup and has its own identifiers.
To retrieve it, log on to https://app.isogeo.com with your account and go to Administration > Applications > Scan FME.
Tip
For direct access to the scan administration interface: https://app.isogeo.com/admin/isogeo-worker
If no service is installed, you can create your first service via the interface below by clicking on Create a new service.
The interface then lets you download the installer.
Service installation¶
-
Unzip the downloaded archive (zip) into the
C:\Program files\Isogeo
folder. -
Open the
daemon
folder; -
Right-click on
install.bat
, thenRun as administrator
A Windows console will then open, indicating that installation and start-up of the service are in progress, and will close automatically. If the window does not close and an error message appears, double-check the prerequisites. If the problem persists, contact support.
Check service installation¶
- Open the Windows Services console (click on "Start", search for "services").
- If the Isogeo Service has been installed successfully, a service named
Isogeo Worker - WorkgroupIdentifier
with the statusRunning
will appear in the list.
If this service does not appear, try refreshing the list (F5). If it still doesn't appear, try the installation again.
Service configuration¶
The service must be started by the dedicated isogeo Windows user(see prerequisites). However, after installation, the local administrator account is the "master".
- Open service properties (right-click>properties)
- In the
Connection
tab, select theThis account
option and enter theisogeo
user account details.
- Click
OK
, and a window will appear indicating that you need to restart the service to take the change into account, - Right-click on the service >
Restart
Installation is now complete :)!
Back to Isogeo application¶
Once installed, return to your browser and the Scan FME interface.
If installation is successful, the installed service automatically takes the name of your server. The version and "Connected" status are also displayed in green.
By clicking on the service name, you'll see that information on the server configuration and the path to FME are brought up.
If the dot is red, refresh the page. Communication may be blocked by a proxy.
Configure proxy¶
The client can be used behind a corporate proxy. To do this, create a proxy.json file at the root of the service directory, and specify the proxy URL. Also specify a user and password if proxy authentication is required.
Example:
{
"httpsProxy": "http://user:pass@proxy:8080"
}
If the connection is still not effective, contact support.