mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-27 17:54:37 +03:00
Merge pull request #2298 from Gilbishkosma/patch-1
Update deployment-with-docker.rst
This commit is contained in:
commit
3b0cf702b8
|
@ -152,6 +152,7 @@ If you are using ``supervisor``, you can use this file as a starting point::
|
||||||
Move it to ``/etc/supervisor/conf.d/{{cookiecutter.project_slug}}.conf`` and run::
|
Move it to ``/etc/supervisor/conf.d/{{cookiecutter.project_slug}}.conf`` and run::
|
||||||
|
|
||||||
supervisorctl reread
|
supervisorctl reread
|
||||||
|
supervisorctl update
|
||||||
supervisorctl start {{cookiecutter.project_slug}}
|
supervisorctl start {{cookiecutter.project_slug}}
|
||||||
|
|
||||||
For status check, run::
|
For status check, run::
|
||||||
|
|
Loading…
Reference in New Issue
Block a user