# cesi **Repository Path**: mirrors_asmodehn/cesi ## Basic Information - **Project Name**: cesi - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #cesi ( Centralized Supervisor Interface ) cesi is a web interface provides manage [supervizors][1] from same interface. ## Dependencies * Python * Flask * sqlite3 ## Installation $sudo apt-get install sqlite3 python python-flask $git clone https://github.com/GulsahKose/cesi $cd cesi $sqlite3 path/to/userinfo.db < userinfo.sql ## Configuration Fill cesi.conf #cp cesi.conf /etc/cesi.conf ## Run Project $python web.py ## First Login Please change password after first login! Username : admin Password : admin ## Mailing list cesi-commit@googlegroups.com cesi-devel@googlegroups.com ## Screenshots ![Dashboard](https://github.com/GulsahKose/cesi/blob/master/screenshots/image2) ![Showall](https://github.com/GulsahKose/cesi/blob/master/screenshots/image1) ## Blog [Usage][2] [1]: http://supervisord.org/ [2]: http://www.gulsahkose.com/2014/09/cesi-centralized-supervisor-interface.html