This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| import time | |
| import boto | |
| import boto.ec2.elb | |
| import boto.utils | |
| from flask.ext.script import Manager | |
| from closeio.main import setup_app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # | |
| # Install Varnish via Homebrew | |
| # | |
| # You need to add /usr/local/sbin in your PATH | |
| # vcl files are in /usr/local/etc/varnish | |
| # | |
| # Usage : |
NewerOlder