Skip to content
/ Stack Public

Checks status whether any of php,nginx,mysql is installed, if not, then installs using proper sub-commands and also reports their running status

Notifications You must be signed in to change notification settings

rjdp/Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

About

Checks status whether any of php,nginx,mysql is installed, if not, then installs using proper sub-commands and also reports their running status

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages