bstinson / centos / t_functional

Forked from centos/t_functional 3 years ago
Clone

Blame tests/p_httpd/0-install_httpd.sh

Karanbir Singh 0b5bb2
#!/bin/bash
Karanbir Singh 0b5bb2
# Author: Athmane Madjoudj <athmanem@gmail.com>
Karanbir Singh 0b5bb2
Athmane Madjoudj 26170b
# Install tests deps
Karanbir Singh 106bcf
t_Log "Running $0 - httpd: installing curl, http, php and mysql"
Karanbir Singh 106bcf
Athmane Madjoudj 26170b
t_InstallPackage curl
Athmane Madjoudj 26170b
Karanbir Singh 0b5bb2
# HTTPD / PHP 
Karanbir Singh 2dd0be
t_InstallPackage httpd mod_ssl php php-mysql 
Karanbir Singh 0b5bb2
chkconfig httpd on
Karanbir Singh 106bcf
t_ServiceControl httpd start