This is a little out of date. Be sure to check the Heroku docs for the latest and greatest.
First, warm up your system.
First, warm up your system.
<script id="book-template" type="text/x-jquery-tmpl">
<li>${name} (${year})</li>
</script>
brew install git bash-completion
Configure things:
git config --global user.name "Your Name"
git config --global user.email "[email protected]"
Just stop. You should be using Vagrant and/or Grunt.
Browse previous versions of this gist to see the previous workflow (which doesn't seem to work in Yosemite).
| filter { | |
| # strip the syslog PRI part and create facility and severity fields. | |
| # the original syslog message is saved in field %{syslog_raw_message}. | |
| # the extracted PRI is available in the %{syslog_pri} field. | |
| # | |
| # You get %{syslog_facility_code} and %{syslog_severity_code} fields. | |
| # You also get %{syslog_facility} and %{syslog_severity} fields if the | |
| # use_labels option is set True (the default) on syslog_pri filter. | |
| grok { | |
| type => "syslog-relay" |
| using terms from application "Quicksilver" | |
| on process text joinCode | |
| tell application "join.me" to activate | |
| tell application "System Events" | |
| tell process "join.me" | |
| set visible to true | |
| keystroke joinCode | |
| click button 7 of window 1 | |
| end tell | |
| end tell |
Create an .htaccess file in the webroot:
AuthUserFile /app/www/.htpasswd
AuthType Basic
AuthName "Restricted Access"
Require valid-user
Create a .htpasswd file:
htpasswd -c /app/www/.htpasswd [username]
| Note : Dial - *99# | |
| Vodafone | |
| Vodafone has several possible options for Pay As You Go SIM cards. Try each one in turn until the connection works. All use the same username and password. | |
| APN (contract): internet | |
| APN (PAYG): pp.internet | |
| APN (PAYG): ppbundle.internet | |
| APN (PAYG): smart | |
| APN (PAYG): pp.vodafone.co.uk |
| # YOU NEED TO INSERT YOUR APP KEY AND SECRET BELOW! | |
| # Go to dropbox.com/developers/apps to create an app. | |
| app_key = 'YOUR_APP_KEY' | |
| app_secret = 'YOUR_APP_SECRET' | |
| # access_type can be 'app_folder' or 'dropbox', depending on | |
| # how you registered your app. | |
| access_type = 'app_folder' |