Skip to content

Commit

Permalink
Use 3.34 url
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored Nov 20, 2024
1 parent 70bfdf5 commit 427772c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/server_manual/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ If you get the following output, the server is correctly installed.
QFSFileEngine::open: No file name specified
Content-Length: 102
Content-Type: application/json
Server: QGIS FCGI server - QGIS version 3.22.6-Białowieża
Server: QGIS FCGI server - QGIS version 3.34.6-Prizren
Status: 400
[{"code":"Bad request error","description":"Requested URI does not match any registered API handler"}]
Expand All @@ -84,10 +84,10 @@ Let's add a sample project. You can use your own, or one from
mkdir /home/qgis/projects/
cd /home/qgis/projects/
wget https://github.com/qgis/QGIS-Training-Data/archive/release_3.22.zip
unzip release_3.22.zip
mv QGIS-Training-Data-release_3.22/exercise_data/qgis-server-tutorial-data/world.qgs .
mv QGIS-Training-Data-release_3.22/exercise_data/qgis-server-tutorial-data/naturalearth.sqlite .
wget https://github.com/qgis/QGIS-Training-Data/archive/release_3.34.zip
unzip release_3.34.zip
mv QGIS-Training-Data-release_3.34/exercise_data/qgis-server-tutorial-data/world.qgs .
mv QGIS-Training-Data-release_3.34/exercise_data/qgis-server-tutorial-data/naturalearth.sqlite .
Of course, you can use your favorite GIS software to open this file and
take a look at the configuration and available layers.
Expand Down

0 comments on commit 427772c

Please sign in to comment.