Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1/20 = 0.1 Set up production webserver #16

Open
uliSchuster opened this issue Oct 30, 2020 · 0 comments
Open

1/20 = 0.1 Set up production webserver #16

uliSchuster opened this issue Oct 30, 2020 · 0 comments
Labels

Comments

@uliSchuster
Copy link
Member

uliSchuster commented Oct 30, 2020

In development mode, Django uses its builtin development server. However, for DEBUG=0, a production-grade web server must be used.

This task is not about a web server for static files, but about a WSGI server to run the Managair code. Official Django documentation is available here: https://docs.djangoproject.com/en/3.1/howto/deployment/

Requirements

  • The setup should be easy to integrate with the rest of our clair-stack
  • Ideally, we can also use it during development, to minimize the gap between development and production.
  • Should be easy to bring up in our dockerized environment.
@uliSchuster uliSchuster added the infrastructure databases label Oct 30, 2020
@jawebada jawebada changed the title Set up production webserver 20 / X Set up production webserver Dec 18, 2020
@uliSchuster uliSchuster changed the title 20 / X Set up production webserver 1/20 = 0.1 Set up production webserver Dec 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant