Blame tests/r_lamp/0_lamp_install.sh
|
Karanbir Singh |
2dd0be |
#!/bin/bash
|
|
Karanbir Singh |
2dd0be |
# Author: Steve Barnes (steve@echo.id.au)
|
|
Christoph Galuschka |
2e276f |
# Christoph Galuschka <christoph.galuschka@chello.at>
|
|
Christoph Galuschka |
2e276f |
|
|
Christoph Galuschka |
2e276f |
t_Log "Running $0 - attempting to install LAMP stack."
|
|
Karanbir Singh |
2dd0be |
|
|
Karanbir Singh |
2dd0be |
t_InstallPackage httpd mysql-server php
|
|
Athmane Madjoudj |
2a4083 |
t_ServiceControl httpd restart
|