Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 835 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 835 Bytes

Stack

CLI app based on Cement Framework to Check whether any of php, nginx, mysql is installed, if not then installs using proper subcommands and also reports their running status .

Using StackApp

Usage Description
StackApp.py install Installs any of php,mysql,nginx if not already installed
StackApp.py php Installs php if not already installed
StackApp.py mysql Installs mysql if not already installed
StackApp.py nginx Installs nginx if not already installed
StackApp.py status --nginx Rreports whether nginx is running
StackApp.py status --php Reports whether php is running
StackApp.py status --mysql Reports whether mysql is running

Improvements for next version

  1. Enable custom help text
  2. Error handling ..etc