Skip to content

Instantly share code, notes, and snippets.

@hideokamoto
Last active December 1, 2015 16:32
Show Gist options
  • Save hideokamoto/5288ec1edf69b33ae86a to your computer and use it in GitHub Desktop.
Save hideokamoto/5288ec1edf69b33ae86a to your computer and use it in GitHub Desktop.
#!/bin/bash
INSTANCEID=`/usr/bin/curl -s http://169.254.169.254/latest/meta-data/instance-id`
VHOSTS_DIR='/var/www/vhosts'
cd $VHOSTS_DIR
mkdir $INSTANCEID
cd $INSTANCEID
mkdir "wp-content"
cd "wp-content"
mkdir 'mu-plugins'
cd 'mu-plugins'
/usr/bin/wget https://gist.githubusercontent.com/wokamoto/ecfd3a7ea9ef80ea1628/raw/f2e31b4d2a7241fd3d1c482a20753e78f58abbe6/cloudfront-preview-fix.php
/usr/bin/wget https://gist.githubusercontent.com/hideokamoto/a693ab7341cabe1a9452/raw/dda8e5ba8e6c88bea38dc0ed9667f9b3620982a1/cf-hostfix.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment