GIS Lesson 12 1: Installing QGIS Server and offer WMS / WFS

preview_player
Показать описание
In this lesson we will install QGIS Server on a Ubuntu Server, and publish our first layer as WMS and WFS.

The code used in the video:
sudo apt-get update
sudo apt-get install gnupg software-properties-common
sudo apt-get update
sudo apt-get install qgis-server python-qgis apache2 libapache2-mod-fcgid curl

cd /etc/apache2/sites-available
#with the following content
-----------------
-- check Paul Shapley's Page (LINK BELOW)
--------------------
sudo a2enmod fcgid
sudo a2enconf serve-cgi-bin
sudo service apache2 restart

# copy files using ftp/file manager

Relevant Links:

Рекомендации по теме
Комментарии
Автор

Thank you for this comprehensive tutorial. I will install it on Windows 10 and share if there are any issues.

mygisable
Автор

great video. Is it possible to do this on one Ubuntu Laptop, without a separate machine? If yes, where do I get the IP adress that I need to insert into the etc/hosts file? (I have apache2 and QGIS Server installed on Ubuntu desktop).

moritzh.
Автор

thaks...a lesson of qgis server and nginx install and configuration...and qgis client 2....

danieldogeanu
Автор

Amazing tutorial. I would like to know how to create a Ubuntu Virtual Machine like your video? Can you recomend me other tutorial or blog to read. Thanks a lot for the information.

gustavop.r.
Автор

I can't find the chair, how can I find it? Please

AhmedMostafa-ogri
Автор

This XML file does not appear to have any style information associated with it. The document tree is shown below.
<ServerException>Project file error. For OWS services: please provide a SERVICE and a MAP parameter pointing to a valid QGIS project file</ServerException>

I followed the same steps but this is appearing on the webpage. Can you help me with this? Please.

rishabhanand
Автор

hello incredible contribution, sorry I have a question how can I access the server where I install qgis server through the terminal. to make the changes you make in the browser. sorry for the disturbances

diegoarmandoldeguevarahera
Автор

could you share the used qgs project files. with my own qgs file I got the following error: Layers not valid.

mohamedbelhassen
Автор

I follow all your directions, copying as you go along. however when i get to the install qgis-server line... i get back "Unable to locate package python-qgis"

TwitchFlys
Автор

Thanks for your video, but how can i do GetPrint request for this project ? is there a config to do or a plugin to install please ?

ghassen
Автор

Hey, that's a great video, I am stauck at installing my QGIS Server under windows. Could you help with that?

djehubert
Автор

Hello, I would like to thank you for this excellent video, as there are not many out there for beginners like me. I followed the script and managed to get the standard GetCapabilities, however when I add the MAP variable to the url defining the path for my project, getting an error "500 Internal Server Error". What could be happening? If I use the documentation project, it works perfectly, but my project that I created in QGIS Windows and transfer to the linux server does not work: /
Ah, if I can place an order, make a video series about the qgis server, settings for production, etc., because novice users like me, I have many difficulties due to lack of documentation.

dantasfelipe
Автор

Hello and thank you for your video, I really appreciate

I try to configure on my virtual machine on azure but I am obtain the following error: Not Found
The requested URL was not found on this server.

The Apache server is running correctly, but the URL is not working, do you know what is the probably reason of it ?

Thank you

jhongalindo