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

Add packaging support for 16.04 (and remove gunicorn) #1127

Merged
merged 2 commits into from
Sep 30, 2016

Commits on Sep 30, 2016

  1. Remove gunicorn and digits-server

    Gunicorn complicates packaging (especially with Systemd)
    
    We're not getting any of the advantages that usually come with gunicorn
    because our server is single-process and single-thread
    
    We can handle the auto-restart with the init system service
    lukeyeager committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    cebb66d View commit details
    Browse the repository at this point in the history
  2. Add packaging support for Systemd (for 16.04)

    Various other small packaging changes/improvements
    
    Rename nginx to NGINX:
    https://forum.nginx.org/read.php?2,255874,255879
    lukeyeager committed Sep 30, 2016
    Configuration menu
    Copy the full SHA
    a6c74bd View commit details
    Browse the repository at this point in the history