Created
October 21, 2017 22:06
-
-
Save mlabouardy/9b7bb71a6f6dd4423fe0d7a13454dd9c to your computer and use it in GitHub Desktop.
Install apache server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
yum update | |
yum install -y httpd | |
service httpd start |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment