- DigitalOcean NYC3 Dokku 0.2.3 on 14.04 with Docker 1.2.0) - create droplet with public key, get an IP address
- Set up DNS for jbinto.ca:
Arecords forjbinto.caand*.jbinto.ca - DNS won't propogate immediately, so edit
/etc/hostsfor now - Go to http://jbinto.ca, check "Use virtual hosts", verify public key and hostname, finish setup
"If something is painful, do it more often."
- 2.1.5: Nov 13 2014
I am using chruby and ruby-install.
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="description" content="[add your bin description]" /> | |
| <script src="http://code.jquery.com/jquery-2.1.1.min.js"></script> | |
| <meta charset="utf-8"> | |
| <title>JS Bin</title> | |
| <style id="jsbin-css"> | |
| select { | |
| display: block; |
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
| [blocked] The page at 'https://railsapps.github.io/' was loaded over HTTPS, but ran insecure content from 'http://railsapps.github.io/css/landing.css': this content should also be loaded over HTTPS. | |
| railsapps.github.io/:1 | |
| The page at 'https://railsapps.github.io/' was loaded over HTTPS, but displayed insecure content from 'http://railsapps.github.io/images/landing/rickquantz.png': this content should also be loaded over HTTPS. | |
| railsapps.github.io/:1 | |
| The page at 'https://railsapps.github.io/' was loaded over HTTPS, but displayed insecure content from 'http://railsapps.github.io/images/landing/josephmay.png': this content should also be loaded over HTTPS. | |
| railsapps.github.io/:1 | |
| The page at 'https://railsapps.github.io/' was loaded over HTTPS, but displayed insecure content from 'http://railsapps.github.io/images/landing/justin.png': this content should also be loaded over HTTPS. | |
| railsapps.github.io/:1 | |
| The page at 'https://railsapps.github.io/' was loaded over HTTPS, but displayed insecure content from 'http |
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
| require 'gis_tools' | |
| # == Schema Information | |
| # | |
| # Table name: bikeway_segments | |
| # | |
| # id :integer not null, primary key | |
| # city_rid :integer | |
| # city_geo_id :integer | |
| # city_linear_feature_name_id :integer | |
| # city_object_id :integer |
I hereby claim:
- I am jbinto on github.
- I am jbinto (https://keybase.io/jbinto) on keybase.
- I have a public key whose fingerprint is C727 8EB4 A461 0AA2 70B6 9B33 5F08 1903 2C80 49ED
To claim this, I am signing this object:
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
| // Based on concepts learned in ch 3 of http://ember.vicramon.com/the-ember-object | |
| // defining objects | |
| App.InternetUser = Ember.Object.extend(); | |
| App.InternetUser.reopen({ | |
| intelligence: -50, | |
| status: 'anonymous' | |
| }); | |
| // computed properties |
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
| { | |
| "status":"OK", | |
| "sizes":[ | |
| { | |
| "id":66, | |
| "name":"512MB", | |
| "slug":"512mb", | |
| "memory":512, | |
| "cpu":1, | |
| "disk":20, |
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
| { | |
| "status":"OK", | |
| "images":[ | |
| { | |
| "id":1601, | |
| "name":"CentOS 5.8 x64", | |
| "slug":"centos-5-8-x64", | |
| "distribution":"CentOS", | |
| "public":true, | |
| "regions":[ |
In the Firebase Forge, navigate to the 'Auth' section. Under the 'Authentication Providers' header, select the 'Email & Password' option, and check 'Enable'.
It's now just called "Simple Login". See https://pbs.twimg.com/media/BjMkJAjCMAAvCGT.png
Now when we register, we should be redirected to the posts page and a log out button should appear in the navbar.