'Selenium to Avo' Server Configuration
- 1.Ensure Avo Assure is up and running.
- 2.Ensure Nginx is up and running.
If the port on which the ‘Selenium to Avo’ server is to be hosted has to be changed, then perform the following steps.
- 1.Navigate to the ‘Selenium To Avo’ Folder.
- 2.Open .env file.
- 3.Update PORT to the required port number.
Setting Selenium to Avo Assure PORT in .env
4. Save and close the .env file.
- 1.Open an elevated command prompt in the ‘Selenium to Avo’ folder.
- 2.Type “run.bat” and hit enter.
Starting ‘Selenium to Avo’ server
- 1.Close the command prompt window in which the ‘Selenium to Avo’ Server is running.
- 1.Open an elevated command prompt in the ‘Selenium to Avo’ folder.
- 2.Type install-service.bat and hit enter.
Installing Dashboard Server service
- 1.Open an elevated command prompt in the ‘Selenium to Avo’ folder.Note: seleniumtoavo.exe service should be installed.
- 2.Type start-service.bat and hit enter.
Starting Dashboard Server service
- 1.Open an elevated command prompt in the ‘Selenium to Avo’ folder.Note: seleniumtoavo.exe service should be running.
- 2.Type stop-service.bat and hit enter.
Stopping Dashboard Server service
- 1.Open an elevated command prompt in the ‘Selenium to Avo’ folder.Note: seleniumtoavo.exe service should be in the stopped state.
- 2.Type remove-service.bat and hit enter.
Removing Dashboard Server service
- 1.Open an elevated command prompt in the ‘Selenium to Avo’ folder.
- 2.Run the following commands in sequential order i.e., only after the previous command has been completed:
- 1.Type stop-service.bat and hit enter.
- 2.Type remove-service.bat and hit enter.
- 3.Type install-service.bat and hit enter.
- 4.Type start-service.bat and hit enter.
Last modified 4mo ago