Skip to content

Instantly share code, notes, and snippets.

@ysubach
Created March 14, 2017 19:21
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 ysubach/d0e8fbcd42f96f7cd9413c24e0252037 to your computer and use it in GitHub Desktop.
Save ysubach/d0e8fbcd42f96f7cd9413c24e0252037 to your computer and use it in GitHub Desktop.
Preparing EC2 server for compilation work

Once you got new EC2 server it’s usually necessary to compile something like fresh Nginx or customized PHP version. Run following command first of all to prepare your environment:

yum groupinstall “Development Tools”

Now you have gcc, headers and tools ready for hard work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment