From e79728c13c47d95fbbe96762f62bfdd5bf255e34 Mon Sep 17 00:00:00 2001 From: Lova Andriarimalala <43842786+Xpirix@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:07:22 +0300 Subject: [PATCH] Add a section for portable version in the installation guide --- content/resources/installation-guide/index.md | 4 ++++ playwright/ci-test/tests/fixtures/installation-guide-page.ts | 1 + 2 files changed, 5 insertions(+) diff --git a/content/resources/installation-guide/index.md b/content/resources/installation-guide/index.md index 033d69fd1..3bea953db 100644 --- a/content/resources/installation-guide/index.md +++ b/content/resources/installation-guide/index.md @@ -71,6 +71,10 @@ The Express installs reference the corresponding `-full` variant and the standal Before installing any of the nightly builds note the [warnings](#warning) below. +## Portable version + +Currently, there is no official portable version of QGIS. However, you can refer to an example of a portable QGIS setup available [here](https://github.com/pigreco/QGIS_portable_3x). Please note that the instructions are provided in Italian. + # Linux Most linux distributions split QGIS into several packages; you’ll probably need `qgis` and `qgis-python` (to run plugins). Packages like `qgis-grass` (or `qgis-plugin-grass`), `qgis-server` can be skipped initially, or installed only when you need them. diff --git a/playwright/ci-test/tests/fixtures/installation-guide-page.ts b/playwright/ci-test/tests/fixtures/installation-guide-page.ts index 15d9ddcc0..a0604d6b9 100644 --- a/playwright/ci-test/tests/fixtures/installation-guide-page.ts +++ b/playwright/ci-test/tests/fixtures/installation-guide-page.ts @@ -74,6 +74,7 @@ export class InstallationGuidePage { "Windows", "Standalone installers", "OSGeo4W installer", + "Portable version", "Linux", "Debian/Ubuntu", "Quickstart",