kr_deploy: Deploy a local server

Description Usage Arguments Details

Description

Deploy a local server

Usage

1
2
kr_deploy(port = NULL, dburi = NULL, workers = NULL, timeout = NULL,
  config = NULL, engine = NULL, ...)

Arguments

port

Specify the port on which to run the web server.

dburi

The SQLAlchemy database uri.

workers

Number of gunicorn worker threads to spin up.

timeout

Specify the timeout (seconds) for the gunicorn web server.

config

The config file from which to read server configuration.

engine

Which server engine to use when deploying; choose from: "flask", "gunicorn" (default) or "uwsgi".

...

Global arguments to knowledge_repo commands, such as repo or noupdate (see Details)

Details

Global arguments that can be passed to all knowledge_repo commands include:


dgrtwo/knowledgerepo documentation built on May 25, 2019, 4:23 p.m.