$systemctl status apache2 mysql gunicorn
✓ apache2.service — active (running)
✓ mysql.service — active (running)
✓ flaskapp.service — active (running), 4 workers
$git pull && pip install -r requirements.txt
↻ Updating dependencies...
$gunicorn --reload --workers 4 app:app