Skip to content

Instantly share code, notes, and snippets.

@gabidavila
Created May 28, 2013 02:41
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 gabidavila/5660207 to your computer and use it in GitHub Desktop.
Save gabidavila/5660207 to your computer and use it in GitHub Desktop.
Parametros de incializacao de instancia no AWS
#!/bin/sh
yum -y install httpd php
/sbin/chkconfig httpd on
/etc/init.d/httpd start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment