Skip to content

Instantly share code, notes, and snippets.

@saxenap
Last active August 29, 2015 14:15
Show Gist options
  • Save saxenap/d4cf13b2401a1b0b12de to your computer and use it in GitHub Desktop.
Save saxenap/d4cf13b2401a1b0b12de to your computer and use it in GitHub Desktop.
Contains configuration parameters for Server.
; Section keys, if used for iteration, must:
; 1. Begin with 1
; 2. Be sequential
[Server]
Timezone=US/Eastern
[PackagesToInstall]
1=gcc
2=gcc-c++
3=make
4=zip
5=zlib-devel
[ApachePackagesToInstall]
1=httpd24-devel
[PhpPackagesToInstall]
1=php55
2=php55-devel
3=php55-mysqlnd
4=php55-pdo
5=php55-mcrypt
6=php55-mbstring
7=pcre-devel
; APCu + OPcache
8=php55-pecl-apcu
9=php55-opcache
; 10=php55-pecl-apc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment