# cesi-fast **Repository Path**: wingfield/cesi-fast ## Basic Information - **Project Name**: cesi-fast - **Description**: github上的cesi项目,自行修改提升操作效率的版本 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2017-12-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #cesi ( Centralized Supervisor Interface ) cesi is a web interface provides manage [supervizors][1] from same interface. 本工程是在github基础上进行修改,优化了当管理过多supervisor时,cesi展示速度慢的问题 ## Dependencies * Python * Flask * sqlite3 新添加依赖 * gunicorn * gevent ## Installation $sudo apt-get install sqlite3 python python-flask $git clone https://github.com/Gamegos/cesi $cd cesi $sqlite3 path/to/userinfo.db < userinfo.sql ## Configuration Fill cesi.conf #cp cesi.conf /etc/cesi.conf ## Run Project for test : $python web.py for work : gunicorn -c ./config.guni -b 0.0.0.0:80 web:app ## First Login Please change password after first login! Username : admin Password : admin ## Blog [Usage][2] [1]: http://supervisord.org/ [2]: http://www.gulsahkose.com/2014/09/cesi-centralized-supervisor-interface.html