> For the complete documentation index, see [llms.txt](https://note.lonelylty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://note.lonelylty.com/coding/siteconfig.md).

# 2018/11/03\_environment deployment

(ubuntu)

```
apt-get install supervisor

supervisord

ps -ef | grep supervisord

kill -s SIGTERM PID
```

<http://www.cnblogs.com/xishuai/p/ubuntu-install-supervisor.html>
