Envoy installation under Linux [Linux]

Envoy installation under Linux [Linux]

Envoy for Linux has been tested with Ubuntu, Fedora, Open Suse, Mint, Debian and several other distros, but given that distros can be highly customised we can NOT guarantee it will install or run. This article provides information on how to handle common issues you may encounter.
1. Download Linux version of the GridMarkets Envoy Launcher to install, update, start/stop and uninstall Envoy.  Please ensure you download just before requiring as we periodically update it.
2. GridMarkets+Envoy+Launcher.tar.gz will be downloaded, right click on it and select "extract" or do via a Terminal window:
[2a] - change working directory to where it was downloaded, most likely the default Download folder:
cd ~/Downloads 
[2b] - extract:
tar -xvzf ./GridMarkets+Envoy+Launcher.tar.gz -C .

3. Run the GridMarkets Envoy Launcher
cd GridMarkets_Envoy_Launcher-<CURRENT VERSION NUMBER>
./gridmarkets_envoy_launcher
If you get the following error
ERROR HANDLING - no executable permissions set
set it to have executable permissions:
chmod +x gridmarkets_envoy_launcher

ERROR HANDLING - sandbox error
If you get a "Running as root without --no-sandbox is not supported." error prompt please add that flag:
./gridmarkets_envoy_launcher --no-sandbox
Please see this video on using the GridMarkets Envoy Launcher to install and run Envoy

If Envoy does not automatically start then ensure it has executable permissions
chmod +x ~/.local/share/GridMarkets/Envoy/gm_envoy
And then run it with
~/.local/share/GridMarkets/Envoy/gm_envoy
You can then login to Envoy wiv http://localhost:8091.  Please refer to our tutorials for more information on using Envoy.






    • Related Articles

    • Envoy and Submit2GM locations [Envoy 4.5.X+]

      Envoy is the uploader and the WWW interface acting as a render manager. WINDOWS: "C:\Users\%USERNAME%\AppData\Local\GridMarkets\Envoy\gm_envoy.exe" LINUX: "~/.local/share/GridMarkets/Envoy/gm_envoy" MAC OS: "~/Library/Application\ ...
    • Telnet installation [Windows \ Linux \ MacOS]

      Windows Telnet is an application available as Windows feature which is not installed by default. In order to install this program please run the cmd.exe console ("C:\Windows\System32\cmd.exe") as root (right click on cmd.exe and choose "Run as ...
    • Custom Envoy log path [Envoy 4.6.10+]

      You can use custom path for the Envoy log. Please edit the gm-config.cfg to set the new path. Config file locations based on your OS: WINDOWS: "C:\Users\%USERNAME%\AppData\Local\GridMarkets\Envoy\gm-config.cfg" LINUX: ...
    • Deleting download/watch patterns - cancelling downloads [Envoy 4.0.x+]

      Your outputs will be downloaded automatically only on the machine that the project was submitted from. If they haven't started appearing within 15 minutes then please submit a ticket with us. Envoy auto-downloads files based on patterns (a.k.a. ...
    • Installing plug-ins with Envoy and manually [Envoy 4.0.X or newer]

      Installing plug-ins with Envoy GridMarkets Envoy contains logic for installing and updating the various GridMarkets plug-ins. To open the Envoy plug-ins view click GridMarkets in the top bar menu and then Plugins. Make sure you have closed the app ...