Skip to content
Snippets Groups Projects
Commit ad94c49d authored by Quang tru HUYNH's avatar Quang tru HUYNH
Browse files

matlab

parent 18c972b5
No related branches found
No related tags found
No related merge requests found
# matlab R2017a (15 days evaluation) for ISB2017
- use the dvd1|dvd2 iso for the toolboxes
- put the concatenated licenses into /ISB/matlab/licenses/license.dat
- /mnt/R2017a_glnxa64_dvd1 holds the merged dvds content
```
cat <<EOF > /tmp/install.txt
destinationFolder=/ISB2017/matlab
fileInstallationKey=19803-04883-57577-61835
agreeToLicense=yes
mode=silent
licensePath=/tmp/license-salle4-40.lic
product.MATLAB
product.Image_Processing_Toolbox
product.Parallel_Computing_Toolbox
EOF
cat <<LIC > /tmp/license-salle4-40.lic
BEGIN--------------BEGIN--------------BEGIN
# DO NOT EDIT THIS FILE. Any changes will be overwritten.
# MathWorks license passcode file.
# LicenseNo: DEMO
#
# R2017a
...
LIC
sudo mount laureline.bis.pasteur.fr:/partimag /mnt
/mnt/R2017a_glnxa64_dvd1/install -inputFile /tmp/install.txt
wget -O /ISB2017/matlab/licenses/license.dat http://atsukau.bis.pasteur.fr:81/ks/ISB2017-matlab.txt
echo ver|/ISB2017/matlab/bin/matlab
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment