Skip to content

Instantly share code, notes, and snippets.

@mlabouardy
Created October 21, 2017 22:06
Show Gist options
  • Save mlabouardy/9b7bb71a6f6dd4423fe0d7a13454dd9c to your computer and use it in GitHub Desktop.
Save mlabouardy/9b7bb71a6f6dd4423fe0d7a13454dd9c to your computer and use it in GitHub Desktop.
Install apache server
#!/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