Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
54492472
Commit
54492472
authored
Nov 05, 2014
by
J. Fernando Sánchez
Browse files
Files for deployment
parent
ff8d1207
Changes
2
Hide whitespace changes
Inline
Side-by-side
app.py
View file @
54492472
...
...
@@ -30,4 +30,4 @@ sp.init_app(app)
if
__name__
==
'__main__'
:
app
.
debug
=
config
.
DEBUG
app
.
run
(
use_reloader
=
False
)
app
.
run
(
host
=
"0.0.0.0"
,
use_reloader
=
False
)
supervisord.conf
0 → 100644
View file @
54492472
[
unix_http_server
]
file
=/
tmp
/
senpy
.
sock
;
path
to
your
socket
file
[
supervisord
]
logfile
= %(
here
)
s
/
logs
/
supervisor
.
log
childlogdir
= %(
here
)
s
/
logs
/
[
rpcinterface
:
supervisor
]
supervisor
.
rpcinterface_factory
=
supervisor
.
rpcinterface
:
make_main_rpcinterface
[
supervisorctl
]
logfile
= %(
here
)
s
/
logs
/
supervisorctl
.
log
serverurl
=
unix
:///
tmp
/
senpy
.
sock
;
use
a
unix
://
URL
for
a
unix
socket
[
program
:
senpy
]
command
=
venv
/
bin
/
gunicorn
-
w
1
-
b
0
.
0
.
0
.
0
:
6666
--
log
-
file
%(
here
)
s
/
logs
/
gunicorn
.
log
--
access
-
logfile
-
app
:
app
directory
= %(
here
)
s
environment
=
PATH
=%(
here
)
s
/
venv
/
bin
/
logfile
= %(
here
)
s
/
logs
/
senpy
.
log
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment