A simple Flask / jQuery based MySQL processes monitor. The user interface is built with twitter-bootstrap.
- python2.7
- Flask
- Jinja2
- MySQL-python
-
Download the source code:
git clone https://github.com/sigilioso/pymyinfo.git
-
Install the requirements. For example:
pip install -r requirements.xt
-
Configure your MySQL settings on
settings.py
. -
To run just type:
python mypyinfo.py
-
To deploy see Flask deployment documentation.