add README and COPYING
The README has some basic installation instructions which I hope will be enough for me to recreate this when I need to.
This commit is contained in:
parent
2f2df10ac7
commit
531c609277
6 changed files with 809 additions and 0 deletions
15
installation/think_something.service
Normal file
15
installation/think_something.service
Normal file
|
@ -0,0 +1,15 @@
|
|||
[Unit]
|
||||
Description=thinkserver gunicorn daemon
|
||||
Requires=think_something.socket
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=thinkserver
|
||||
Group=www-data
|
||||
WorkingDirectory=/srv/think.somethingorotherwhatever.com
|
||||
ExecStart=/srv/think.somethingorotherwhatever.com/venv/bin/gunicorn \
|
||||
-c /srv/think.somethingorotherwhatever.com/gunicorn.conf.py \
|
||||
thinkserver.wsgi:application
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Add table
Add a link
Reference in a new issue