Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: urls and text in server pages #2460

Merged
merged 1 commit into from
Aug 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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