Envoy installation under Linux
![](https://img.zohostatic.com/zde/static/images/caution.png)
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.
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:
![](https://img.zohostatic.com/zde/static/images/info.png)
cd ~/Downloads
[2b] - extract:
![](https://img.zohostatic.com/zde/static/images/info.png)
tar -xvzf ./GridMarkets+Envoy+Launcher.tar.gz -C .
3. Run the GridMarkets Envoy Launcher
![](https://img.zohostatic.com/zde/static/images/info.png)
cd GridMarkets_Envoy_Launcher-<CURRENT VERSION NUMBER>
./gridmarkets_envoy_launcher
If you get the following error
![](https://img.zohostatic.com/zde/static/images/caution.png)
ERROR HANDLING - no executable permissions set
set it to have executable permissions:
![](https://img.zohostatic.com/zde/static/images/info.png)
chmod +x gridmarkets_envoy_launcher
![](https://img.zohostatic.com/zde/static/images/caution.png)
ERROR HANDLING - sandbox error
If you get a "Running as root without --no-sandbox is not supported." error prompt please add that flag:
![](https://img.zohostatic.com/zde/static/images/info.png)
./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
![](https://img.zohostatic.com/zde/static/images/info.png)
chmod +x ~/.local/share/GridMarkets/Envoy/gm_envoy
And then run it with
![](https://img.zohostatic.com/zde/static/images/info.png)
~/.local/share/GridMarkets/Envoy/gm_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 ...