From f896e2220b0672b2257dfc576e9122801048e43a Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Mon, 19 Dec 2016 23:49:54 -0500 Subject: [PATCH] Rename uwsgi config file; add top script. --- README.md | 2 +- uwsgi.ini => config/uwsgi.ini | 0 requirements.txt | 1 + scripts/top | 1 + 4 files changed, 3 insertions(+), 1 deletion(-) rename uwsgi.ini => config/uwsgi.ini (100%) create mode 100755 scripts/top diff --git a/README.md b/README.md index 2e10465..18a3da4 100644 --- a/README.md +++ b/README.md @@ -31,5 +31,5 @@ Guide ### Deploy - uwsgi --ini uwsgi.ini + uwsgi --ini config/uwsgi.ini # proxy to 127.0.0.1:9001 diff --git a/uwsgi.ini b/config/uwsgi.ini similarity index 100% rename from uwsgi.ini rename to config/uwsgi.ini diff --git a/requirements.txt b/requirements.txt index 921a6ae..ab793fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ Flask-Mako==0.4 PyYAML==3.12 requests==2.12.4 uWSGI==2.0.14 +uwsgitop==0.9 diff --git a/scripts/top b/scripts/top new file mode 100755 index 0000000..2cf6c2f --- /dev/null +++ b/scripts/top @@ -0,0 +1 @@ +uwsgitop 127.0.0.1:9002