Skip to content

Commit

Permalink
fix urls and text (Open-MSS#2460)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer authored Aug 15, 2024
1 parent d88bf92 commit a04e7ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion mslib/static/docs/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions mslib/static/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a04e7ee

Please sign in to comment.