Data-driven community engagement per Wiki Loves Monuments/Technical documentation

Da Wikimedia Italia.
< Data-driven community engagement per Wiki Loves Monuments
Versione del 8 set 2022 alle 22:06 di Valerio Bozzolan (Discussione | contributi) (Creata pagina con "This page covers the technical documentation for hosting the '''frontend of the Data-driven community engagement per Wiki Loves Monuments''' project. The backend, instead...")
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)
Jump to navigation Jump to search

This page covers the technical documentation for hosting the frontend of the Data-driven community engagement per Wiki Loves Monuments project.

The backend, instead, is hosted on Wikimedia Cloud:

m:wikitech:Nova Resource:Wlm-it-visual

URL

https://data.wikilovesmonuments.it/

SSH access

New users can contact the volunteer User:Valerio Bozzolan or any other user with SSH access in server ⚙️ intreccio (contact Infrastruttura if in doubt).

To enter, you must share your SSH public key. Then, you can access in this way:

ssh wlm-it-visual-frontend@intreccio.wikimedia.it

Filesystem

The webserver expects the web-application here:

/var/www/wlm-it-visual-frontend/www

Webserver configuration

The Apache HTTPd configuration is a very simple and minimal VirtualHost with PHP disabled.

SSL

Certificates are renewed automagically with Let's Encrypt. If you need to do it manually, try with:

certbot certonly --webroot --webroot-path=/var/www/wlm-it-visual-frontend/www -d data.wikilovesmonuments.it