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 lang="en"> | |
<head> | |
<title>San Juan Island</title> | |
<meta charset="utf-8"> | |
<link rel="stylesheet" href="https://mapzen.com/js/mapzen.css"> | |
<script src="https://mapzen.com/js/mapzen.min.js"></script> | |
<style> | |
#map { | |
height: 100%; |
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
source :rubyforge | |
gem 'can-can' |
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
sudo port install postgresql84 postgresql84-server | |
# add this to your path | |
:/opt/local/lib/postgresql84/bin | |
# some setup steps | |
sudo mkdir -p /opt/local/var/db/postgresql84/defaultdb | |
sudo chown postgres:postgres /opt/local/var/db/postgresql84/defaultdb | |
sudo su postgres -c '/opt/local/lib/postgresql84/bin/initdb -D /opt/local/var/db/postgresql84/defaultdb' |
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
rvm 0.0.36 (2009.09.06) [http://rvm.beginrescueend.com/] | |
ruby: | |
interpreter: "ruby" | |
version: "1.8.6" | |
date: "2009-08-04" | |
platform: "i686-darwin10.0.0" | |
patchlevel: "2009-08-04 patchlevel 383" | |
full_version: "ruby 1.8.6 (2009-08-04 patchlevel 383) [i686-darwin10.0.0]" |