Envoy installation under Linux

Envoy installation under 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

    • Submitting NAMD Jobs

      Prerequisites Ideally you should be able to run your model locally before submitting to GridMarkets. GridMarkets will run your compute-intensive model on our powerful servers, releasing your local machine for further modelling. Before submitting a ...
    • Submitting Amber Jobs

      Prerequisites Ideally you should be able to run your model locally before submitting to GridMarkets. GridMarkets will run your compute-intensive model on our powerful servers, releasing your local machine for further modelling. All users must obtain ...
    • Submitting GROMACS Jobs

      Prerequisites Ideally you should be able to run your model locally before submitting to GridMarkets. GridMarkets will run your compute-intensive model on our powerful servers, releasing your local machine for further modelling. Please ensure you have ...
    • Use your application for other work after submission

      Once you have submitted your project to Envoy you can return to using your application as it will transfer all files and submit your job in the background.  Once you see the submission in Envoy you can even turn off your machine.  Envoy will ...
    • Restarting stopped or suspended jobs

      When you run out of credits, your jobs will either be stopped or suspended if they are parallel jobs (i.e. parts that are running will be allowed to complete, but non-started ones will not run), but your files will remain.  You can top up your ...