Page History

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install the latest version of Chrome from Chrome's official website.
  2. Create a new Chrome profile and check "create shortcut on Desktop"
  3. Go to Chrome Settings and install SecuTix Root Certificate (you can download the certificate from this page : here)
    1. Extract the zip file you downloaded
    2. Import the file "SecutixRootCA256.crt" to Chrome "Trusted Root Certification Authorities" via Chrome Settings.
    3. You might have to install it locally first, then for the current user.
    4. Image AddedImage Added
  4. Change the "On startup" option to "Open a specific page or set of pages"
  5. Click on the "Set page" and put in the TVM PoS url that you configured in the previous section "Point of sales configuration"
  6. Close the Settings menu and go to the page with the TVM PoS url (e.g. https://tvm1-mosa.int1-shop.secutix.com/)
  7. Right click on the page and click on "Inspect" to open the web inspector
  8. Go to "Application" tab and input the following <Key, Value> pair into the TVM Web Host's Local Storage:
    Key: secutixApiSecretKey
    Value: use the secret token that is configured in "Point of sales configuration"


  9. Close Chrome
  10. Find the Chrome shortcut created at step 2 on desktop & Right click -> Properties
  11. In the Shortcut > Target field append this at the end and Save & Close the properties popup : --kiosk --disable-pinch --overscroll-history-navigation=0 --remote-debugging-port=9222 TVM_PoS_url_that_you configured_in_the_previous_section
  12. Double click the shortcut to start the TVM
  13. go to the page “pointofsalesurl/content/admin” and check the status. If ticket printer is KO, click on Set ticket counter and input a value. Status should now be ok. Press restart.
  14. The new TVM is now running in the Kiosk mode on Chrome!

...