Skip to content

Script to install,uninstall,start and stop LAMP services in Debian and RedHat distros. It also consist of mysql backup web content updation features.

Notifications You must be signed in to change notification settings

G-Gowtham/shell-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Shell-Script Files:

lamp.sh :

  • Script to install,uninstall,start and stop LAMP services in Debian and RedHat distros.

Usage 1 :

  • You can run "./lamp.sh lamp (flags)" to run

  • Flags [ -i : to install LAMP, -r : to start services, -s : to stop services, -u : to uninstall services ]

Usage 2 :

  • You can give simply run "./lamp.sh lamp" and choose one of the option from cli menu.

Usage 3:

  • You can also directly call the functions "./lamp.sh install", "./lamp.sh uninstall", "./lamp.sh start", "./lamp.sh stop" to do the tasks.

Usage 4 :

  • It also consist of mysql backup to /opt directory and web content updation features.

  • "./lamp.sh db_backup" to manually backup the mysql entire DB.

  • "./lamp.sh web_content" to update web-content (this feature is limited! you can change the code for your usage)

About

Script to install,uninstall,start and stop LAMP services in Debian and RedHat distros. It also consist of mysql backup web content updation features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages