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

Add a section for portable version in the installation guide #506

Closed
wants to merge 1 commit into from
Closed
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
4 changes: 4 additions & 0 deletions content/resources/installation-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ export class InstallationGuidePage {
"Windows",
"Standalone installers",
"OSGeo4W installer",
"Portable version",
"Linux",
"Debian/Ubuntu",
"Quickstart",
Expand Down
Loading