0% found this document useful (0 votes)
38 views

#! /Bin/Bash - Ex Yum Update - Y Yum Groupinstall - Y "Web Server" "Mysql Database" "PHP Support" Service HTTPD Start Chkconfig HTTPD On

This script updates all packages on a system using yum, installs the Web Server, MySQL Database, and PHP Support software groups for hosting websites, and configures the httpd service to start automatically on boot and start immediately.

Uploaded by

Venu Gopal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views

#! /Bin/Bash - Ex Yum Update - Y Yum Groupinstall - Y "Web Server" "Mysql Database" "PHP Support" Service HTTPD Start Chkconfig HTTPD On

This script updates all packages on a system using yum, installs the Web Server, MySQL Database, and PHP Support software groups for hosting websites, and configures the httpd service to start automatically on boot and start immediately.

Uploaded by

Venu Gopal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

#!

/bin/bash -ex
yum update -y
yum groupinstall -y "Web Server" "MySQL Database" "PHP Support"
service httpd start
chkconfig httpd on

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy