Skip to content
/ trunon Public

利用trunon可以在网页上启动和管理Linux进程。

Notifications You must be signed in to change notification settings

imcj/trunon

Repository files navigation

TRUNON

TRUNON帮助你用网页管理服务进程,包括启动、修改和重启删除进程等。可以在进程中查看日志。进程管理基于supervisor这个python开发的进程管理工具。

演示

http://demo.trunon.com

账号: example@trunon.com

密码:111111

截图

安装

在终端执行 sh RUN 或者 ./RUN 可以配置并运行TRUNON。

git clone https://github.com/imcj/trunon.git
cd trunon
./RUN

依赖

  • python
  • supervisor
  • php
  • php5_sqlite

TRUNON使用supervisor管理进程,在supervsiro的基础上提供web界面。

Docker

docker的开发环境,已经安装好了php5 python supervisor等必需的组件。

docker run -t -i weicongju/trunon

安装 Supervisord

pip install supervisor

About

利用trunon可以在网页上启动和管理Linux进程。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages