Skip to content

Commit 0ed0454

Browse files
committed
edit documentation
1 parent bcb01eb commit 0ed0454

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ The backend mainly consists of an instance of [QGIS Server](https://docs.qgis.or
3030
## Deployment
3131
### Requirements
3232
- Web Server (e.g Apache2 or NGINX) for serving the OGITO app and hosting QGIS Server
33-
- QGIS Server
33+
- QGIS Server (3.x)
3434
- PostGIS (other Database supported by QGIS can be used as well)
35-
- NodeJS, only required for image upload and developemnt
36-
- (Python, only required to execute the [script to extract street data](#street-search))
35+
- NodeJS (16.x), only required for image upload and developemnt
36+
- (Python (3.x), only required to execute the [script to extract street data](#street-search))
3737

3838
### Authentication
3939
The OGITO app requires authentication. For authentication OGITO currently uses [AUTH0](https://auth0.com/) (registration required - free tier only).

starter_project/docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ services:
44
qgis_server:
55
image: camptocamp/qgis-server:3.26
66
volumes:
7-
- './ogito_starter_docker.qgs:/etc/qgisserver/ogito_starter_docker.qgs'
7+
- './ogito_starter_docker.qgs:/etc/qgisserver/ogito_starter.qgs'
88
ports:
99
- 8380:80
1010
depends_on:
1111
- db
1212
networks:
1313
- db
1414
environment:
15-
- QGIS_PROJECT_FILE=/etc/qgisserver/ogito_starter_docker.qgs
15+
- QGIS_PROJECT_FILE=/etc/qgisserver/ogito_starter.qgs
1616
- QGIS_AUTH_DB_DIR_PATH=/etc/qgisserver/
1717
- QGIS_SERVER_LOG_LEVEL=0
1818
- QGIS_SERVER_LANDING_PAGE_PROJECTS_DIRECTORIES=/etc/qgisserver

0 commit comments

Comments
 (0)