Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
# Debian has older Erlang package (R15) in official repositories, Elixir requires newer (R17)
wget http://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb
sudo dpkg -i erlang-solutions_1.0_all.deb
sudo apt-get update
sudo apt-get install -y erlang
rm erlang-solutions_1.0_all.deb
# compile Elixir from source
set nocompatible
syntax on
filetype on
filetype plugin on
filetype indent on
set sidescroll=1
set sidescrolloff=3
@samrose
samrose / README.md
Created August 11, 2012 15:38 — forked from jamesjohnson/README.md
Ubuntu 11.10, PostGIS 1.5 Setup Script

Installing PostGIS

Ubuntu 11.10

sudo apt-get install postgresql-9.1-postgis
sudo su postgres
bash <(curl -s https://raw.github.com/gist/18660599/create_template.sh)

Ubuntu 11.04

var centralLocation = "http://central.com/~tav/central.html",
centralChannel,
messageId = 0,
messageQueue = [],
callbackRegistry = {},
firstContact = false;
function createCentralChannel() {
if (centralChannel) {
return;