From c2b9e9a572cd9bfec20060f5e0121d598d8a575e Mon Sep 17 00:00:00 2001 From: Sylvain Tricot Date: Tue, 20 Jul 2021 16:42:46 +0200 Subject: [PATCH] Changed installation instructions. --- doc/source/downloads.rst | 13 +--------- doc/source/install_notes.inc | 47 ------------------------------------ 2 files changed, 1 insertion(+), 59 deletions(-) delete mode 100644 doc/source/install_notes.inc diff --git a/doc/source/downloads.rst b/doc/source/downloads.rst index 6d29bb8..a287be1 100644 --- a/doc/source/downloads.rst +++ b/doc/source/downloads.rst @@ -3,9 +3,6 @@ Download and install notes ########################## -click :download:`here ` to download the last version of MsSpec - - ************ Installation ************ @@ -23,18 +20,10 @@ You first need Docker (Docker Desktop) to be installed on your system. This is really straightforward. Please see the `Docker website `_ for more information. -You the need to load the MsSpec Docker image. For this step you can either: - -- download the image (a \*.tar.gz file) from the - `MsSpec website `_ - and then load it into Docker - :: - docker load < msspec_latest.tar.gz - - pull the image from our repository: :: - docker pull msspec:latest + docker pull iprcnrs/msspec:latest That's all. MsSpec is installed. Now the command to launch the MsSpec environment depends slighly on the OS you are runing: diff --git a/doc/source/install_notes.inc b/doc/source/install_notes.inc deleted file mode 100644 index d2bd72d..0000000 --- a/doc/source/install_notes.inc +++ /dev/null @@ -1,47 +0,0 @@ -************ -Installation -************ - - -There are 2 ways to install MsSpec. You can either: - - Use a Docker image - - Compile your own version - - -Using a Docker image --------------------- - -You first need Docker (Docker Desktop) to be installed on your system. -This is really straightforward. Please see the `Docker website -`_ for more information. - -You the need to load the MsSpec Docker image. For this step you can either: - -- download the image (a \*.tar.gz file) from the - `MsSpec website `_ - and then load it into Docker - :: - docker load < msspec_latest.tar.gz - - -- pull the image from our repository: - :: - docker pull msspec:latest - -That's all. MsSpec is installed. Now the command to launch the MsSpec environment depends slighly on the -OS you are runing: - -- For Linux - :: - xhost + - docker run --rm -it -e DISPLAY=$DISPLAY --net=host -v msspec_data:/home/msspec/data msspec - -- For Windows - :: - docker run --rm -it -e DISPLAY=host.internal.display:0 -v msspec_data:/home/msspec/data msspec - - -Compile your own version ------------------------- - -To install MsSpec this way, follow the instructions `here `_