Runestone Server
latest
  • Manual Installation
  • LTI Integration
  • Docker supporting files
    • Docker Deployment
    • docker_tools.py - Tools for building and using the Runestone Servers in Docker
    • docker_tools_misc.py - Misc CLI tools for Docker
    • Dockerfile - create a container hosting the Runestone servers
    • docker-compose.yml - Configure containerized Docker application
    • .dockerignore - Files ignored by docker
    • runestone.template - nginx configuration
    • Gunicorn configuration
      • fastapi_config.py - gunicorn configuration for FastAPI / BookServer
      • web2py_config.py - gunicorn configuration for web2py / the Runestone Server
      • common_config.py - common gunicorn configuration settings
      • __init__.py
    • routes.py - routing for web2py
    • .env.prototype - Set environment variables for the containerized Docker app
    • setup.py - Provide docker_tools.py as the script docker-tools
  • rsmanage - command-line tools for managing the Runestone server
  • Web2py models
  • Web2py controllers
  • Web2py views
  • __init__.py - web2py modules
  • __init__.py - testing
  • LTI Integration
  • Contributing to Runestone Server
  • Runestone ChangeLog
  • Misc scripts
  • conf.py - Template configuration file for a Sphinx CodeChat project
  • pyproject.toml - Poetry configuration
Runestone Server
  • Docs »
  • Docker supporting files »
  • Gunicorn configuration
  • Edit on GitHub

Gunicorn configurationΒΆ

This folder configures gunicorn for the web2py and FastAPI servers.

  • fastapi_config.py - gunicorn configuration for FastAPI / BookServer
    • Imports
      • Standard library
      • Third-party imports
      • Local application imports
    • Configuration
  • web2py_config.py - gunicorn configuration for web2py / the Runestone Server
    • Imports
      • Standard library
      • Third-party imports
      • Local application imports
    • Configuration
  • common_config.py - common gunicorn configuration settings
    • Imports
      • Standard library
      • Third-party imports
      • Local application imports
    • Configuration
  • __init__.py
Next Previous

© Copyright 2020, Runestone Academy Ltd Revision a6d3b757.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
v6.2.1
v6.2.0
v6.1.16
v6.1.15
v6.1.14
v6.1.13
v6.1.12
v6.1.10
v6.1.9
v6.1.8
v6.1.7
v6.1.6
v6.1.5
v6.1.4
v6.1.3
v6.1.2
v6.1.0
v6.0.6
6.0.6
6.0.5
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.