From 5ff3846ed9056acb6a072004dc1df80b8baa5dbb Mon Sep 17 00:00:00 2001 From: vermeul <swen@ethz.ch> Date: Mon, 12 Feb 2018 23:33:05 +0100 Subject: [PATCH] added description how to prevent OS from unzipping openBIS downloads --- src/vagrant/jupyter-bis/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/vagrant/jupyter-bis/README.md b/src/vagrant/jupyter-bis/README.md index acb88a17ced..68fbe1e2879 100644 --- a/src/vagrant/jupyter-bis/README.md +++ b/src/vagrant/jupyter-bis/README.md @@ -72,8 +72,9 @@ ame` `` Before upgrading, make sure your openBIS instance is not running. 1. download [latest openBIS Sprint release](https://wiki-bsse.ethz.ch/display/bis/Sprint+Releases) -2. make sure your OS is not automatically unzipping it -3. move *.gz file from ~/Download to pybis/src/vagrant/jupyter-bis +2. make sure your OS is not automatically unzipping it (Safari: hold alt button while clicking on + the download link or disable opening «safe» files after downloading in preferences). Otherwise, the original .gz file can be found in the trash instead. +3. move *.gz file from ~/Downloads to pybis/src/vagrant/jupyter-bis 4. cd pybis/src/vagrant/jupyter-bis 5. vagrant ssh 6. sudo su - openbis -- GitLab