Versions 2.10 to 7.8
To configure exacqVision Web Services older than version 7.8 on a Linux system, complete the following steps (instructions for previous versions can be found at the end of this article):
<br>
- Install the exacqVisionWebService.deb file.
- In a Terminal window, type the following to ensure the service starts every time the system is started:
sudo /usr/local/exacq/webservice/service.sh automatic
- Type the following to start the Web Server:
sudo /usr/local/exacq/webservice/service.sh start
- You should now be able to open a web browser on the server and type http://127.0.0.1 as the URL to access the Web Service. Click on the Web Service Configuration link in the bottom-right corner.
- Enter the username admin and the password admin256 to log in.
- Open the Servers page to add exacqVision servers or change settings for current servers. Click on Update Configuration and then confirm to restart the Web Service after each configuration change.
- You can change the Web Service listen port on the Basic Service Configuration tab.
<br>
Versions 2.10 or earlier
To configure exacqVision Web Service version 2.10 or earlier on a Linux system, complete the following steps:
<br>
- Install the exacqVisionWebService.deb file.
- In a Terminal window, type the following:
sudo /usr/local/exacq/webservice/service.sh stop
. (If you see an “unable to resolve host” message, disregard it.)
- Enter admin256 for password. When you enter the password, characters are not displayed on the screen; simply type the password and press Enter.
- Type the following:
sudo gedit /etc/webservice.conf
.
- Leave the IP address and port the same in this field.
- If you want the Web Server to log in automatically without requiring a username and password, change PassthroughEnabled=0 to =1. Then enter the username and password that you would like to use. Be sure this is a valid user and password in the exacqVision software.
- Click Save and close the text editor.
- In the Terminal, type the following to ensure the service starts everytime the system is started:
sudo /usr/local/exacq/webservice/service.sh automatic
- Type the following to start the Web Server:
sudo /usr/local/exacq/webservice/service.sh start
<br>
You should now be able to open a web browser on the server and type http://127.0.0.1 as the URL to open a login page (or passthrough page) with the option to run the simple or advanced interface.
<br>