Skip to content

Instantly share code, notes, and snippets.

@weotch
Last active July 11, 2016 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weotch/e4ccf2a0d302ec2d2814d99bf69d750c to your computer and use it in GitHub Desktop.
Save weotch/e4ccf2a0d302ec2d2814d99bf69d750c to your computer and use it in GitHub Desktop.

Required

Linux

  • public key based ssh access with agent forwarding
  • ability to chmod directories
  • access to crontab

PHP

  • version: >= 5.5.9
  • extensions:
    • mcrypt
    • gd
    • curl
    • exif
    • mbstring
    • pdo_mysql
    • openssl
    • tokenizer
  • settings:
    • short_open_tag: "On"
    • post_max_size: "64M"
    • upload_max_filesize: "64M"
    • max_execution_time: "120"

Apache

  • version: >= 2
  • extensions:
    • mod_rewrite
  • settings:
    • AllowOverride: "FileInfo Options"
    • Configurable document root

MySQL

  • version: >= 5

Git

  • version: >= 1

Nice to have

  • Redis
  • PHP extensions:
    • newrelic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment