I need to install Matlab on Linux server. Here are the constrains:
- I have only remote access to that server via SSH from machine running Windows (using putty).
- There is no X server installed on that server but I'm still able to run Java applications in visual mode using Xming
- I have no root access on the server
Matlab is given as an ISO file and license file. I have both of them on the server in directory /tmp/matlab_install.
I guess all I need to do is to do is:
- mount that ISO somehow
- run installation
- hope that the installation will need no root privileges and that the installation itself will either need no Xserver or will run on Java
The question is how do I do the first step with no root privileges?