Skip to content

Commit

Permalink
Add heroku things
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanny committed Jun 27, 2020
1 parent ab25d4f commit a2d9495
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: uwsgi uwsgi.ini
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ django-debug-toolbar==2.1
# Regardless of the forum db, this is required for migrations. Can be removed
# if you are not migrating from a vB forum.
mysql-connector==2.2.9

# Recommended WS requirement, you can swap these out for gunicorn or whatever
# to cool kids are using these days
uWSGI==2.0.19.1
1 change: 1 addition & 0 deletions runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python-3.7.5
7 changes: 7 additions & 0 deletions uwsgi.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[uwsgi]
http-socket = :$(PORT)
master = true
processes = 2
die-on-term = true
module = ISS.wsgi
memory-report = true

0 comments on commit a2d9495

Please sign in to comment.