Skip to content

Instantly share code, notes, and snippets.

@Red-Folder
Created November 9, 2014 17:39
Show Gist options
  • Save Red-Folder/a0a379b37654be83ca42 to your computer and use it in GitHub Desktop.
Save Red-Folder/a0a379b37654be83ca42 to your computer and use it in GitHub Desktop.
AWS config file to install MSSQL Module
commands:
01-install_mssql:
command: yum -y --enablerepo=amzn-updates install php-mssql
test: "php -r \"exit(extension_loaded('mssql') ? 1 : 0);\""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment