From a04e7ee56fe49081dd823523dcd6d36c6a8d4645 Mon Sep 17 00:00:00 2001 From: ReimarBauer Date: Thu, 15 Aug 2024 12:26:27 +0200 Subject: [PATCH] fix urls and text (#2460) --- mslib/static/docs/help.md | 2 +- mslib/static/docs/installation.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mslib/static/docs/help.md b/mslib/static/docs/help.md index 5ea50caa7..c0a2c0777 100644 --- a/mslib/static/docs/help.md +++ b/mslib/static/docs/help.md @@ -8,7 +8,7 @@ software that simplifies the process for planning a scientific flight. # Drawing waypoints in the MSUI Topview The example shows defining of waypoints for a flight path, moved and deleted. -![Waypoint Tutorial](https://mss.readthedocs.io/en/stable/_static/mp4/tutorial_waypoints.mp4) +![Waypoint Tutorial](https://mss.readthedocs.io/en/stable/_images/tutorial_waypoints.mp4) Further tutorials about the Mission Support System Software on: diff --git a/mslib/static/docs/installation.md b/mslib/static/docs/installation.md index 8c8051e33..b31e57473 100644 --- a/mslib/static/docs/installation.md +++ b/mslib/static/docs/installation.md @@ -7,7 +7,7 @@ The Mission Support System (MSS) including a Web Map Service a Collaboration Ser [conda-forge](https://anaconda.org/conda-forge/mss) package. -We strongly recommend to start from [Mambaforge](https://mamba.readthedocs.io/en/latest/installation.html) +We strongly recommend to start from [Miniforge3](https://github.com/conda-forge/miniforge?tab=readme-ov-file#miniforge3) a community project of the conda-forge community. You can install it either automatically with the help of a script or manually. @@ -31,8 +31,8 @@ You can install it either automatically with the help of a script or manually. ### Manually -As **Beginner** start with an installation of Mambaforge -Get [mambaforge](https://github.com/conda-forge/miniforge#mambaforge) for your Operation System +As **Beginner** start with an installation of Miniforge3 +Get [Miniforge3](https://github.com/conda-forge/miniforge?tab=readme-ov-file#miniforge3) for your Operation System You must install mss into a new environment to ensure the most recent @@ -65,10 +65,10 @@ user for the apache2 wsgi script. We suggest to create a mss user. - login as mss user - create a *src* directory in /home/mss - cd src -- get [mambaforge](https://github.com/conda-forge/miniforge#mambaforge) +- get [Miniforge3](https://github.com/conda-forge/miniforge?tab=readme-ov-file#miniforge3) - set execute bit on install script - execute script, enable environment in .bashrc -- login again or export PATH="/home/mss/mambaforge/bin:\$PATH" +- start your shell again (new login) - python --version should tell Python 3.X.X - mamba create -n mssenv - mamba activate mssenv