Merge pull request #11 from specklesystems/gergo/server_setup

Gergo/server setup
This commit is contained in:
KatKatKateryna
2024-09-06 18:13:51 +01:00
committed by GitHub
5 changed files with 16 additions and 1 deletions
+3
View File
@@ -1,3 +1,6 @@
access_log
error_log
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
+3
View File
@@ -0,0 +1,3 @@
geo.speckle.systems {
reverse_proxy localhost:8000
}
+1 -1
View File
@@ -128,4 +128,4 @@ resources:
hello-world:
type: process
processor:
name: HelloWorld
name: HelloWorld
+1
View File
@@ -17,3 +17,4 @@ shapely
SQLAlchemy<2.0.0
tinydb
unicodecsv
specklepy==2.19.6
Executable
+8
View File
@@ -0,0 +1,8 @@
source .venv/bin/activate
export PYGEOAPI_CONFIG="example-config.yml"
export PYGEOAPI_OPENAPI="example-openapi.yml"
export MAPTILER_KEY_SPECKLE="qam9vwl7bVk5tW1oZu46"
export PORT=8000
gunicorn pygeoapi.flask_app:APP --timeout 100000 --access-logfile access_log --error-logfile error_log --capture-output