08/02
2016
Wallogit.com
2017 © Pedro Peláez
Shell scripts to update and configure Cent OS
Shell scripts to update and configure Cent OS, (*1)
PATH="./vendor/enkas/bash-tasks/centos"
sh ${PATH}/install.sh httpd
sh ${PATH}/install.sh php
sh ${PATH}/install.sh mysql
sh ${PATH}/install.sh php_dev_tools
sh ${PATH}/install.sh xdebug
...
Run install.sh --help to list all available arguments, (*2)