Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 408 Bytes

INSTALLING.md

File metadata and controls

20 lines (14 loc) · 408 Bytes

INSTALLING

Installing uWSGI Service

The following instructions target Ubuntu 18.04 LTS

  • Rename uwsgi.dist.ini to uwsgi.ini
  • Copy uwsgi.dist.service to /etc/systemd/system/<API Service Name>.service
  • Run:
    sudo systemctl start <API Service Name>
    sudo systemctl enable <API Service Name>
  • Verify service status
    sudo systemctl status <API Service Name>