Description Usage Arguments Details
Deploy a local server
1 2 |
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 |
Global arguments that can be passed to all knowledge_repo commands include:
repoPath to Knowledge Repository to add to. Can also set
KNOWLEDGE_REPO
variable in .Renviron
.
devWhether to skip passing control to version of code checked out in knowledge repository.
debugWhether to enable debug mode.
noupdateWhether script should update the repository before performing actions.
versionShow version and exit.
helpShow help and exit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.