This website works better with JavaScript.
Home
Help
Sign In
ben
/
calefaction
mirror of
https://github.com/earwig/calefaction
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Rename uwsgi config file; add top script.
master
Ben Kurtovic
8 years ago
parent
c9ccea29c1
commit
f896e2220b
4 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
README.md
+0
-0
config/uwsgi.ini
+1
-0
requirements.txt
+1
-0
scripts/top
+ 1
- 1
README.md
View File
@@ -31,5 +31,5 @@ Guide
### Deploy
uwsgi --ini uwsgi.ini
uwsgi --ini
config/
uwsgi.ini
# proxy to 127.0.0.1:9001
uwsgi.ini → config/uwsgi.ini
View File
+ 1
- 0
requirements.txt
View File
@@ -3,3 +3,4 @@ Flask-Mako==0.4
PyYAML==3.12
requests==2.12.4
uWSGI==2.0.14
uwsgitop==0.9
+ 1
- 0
scripts/top
View File
@@ -0,0 +1 @@
uwsgitop 127.0.0.1:9002
Write
Preview
Loading…
Cancel
Save