Skip to content

Instantly share code, notes, and snippets.

View waldoj's full-sized avatar

Waldo Jaquith waldoj

View GitHub Profile
@waldoj
waldoj / ubuntu-ckan.sh
Last active December 15, 2015 07:49 — forked from JoshData/gist:5212696
The steps required to get CKAN running on Ubuntu 12.10. Note that they are not the same as [the official instructions](http://docs.ckan.org/en/latest/install-from-source.html), because those do not work.
# Spin up an Ubuntu 12.10 LTS (64bit) server.
# The following are based on the source install of CKAN....
# http://ckan.readthedocs.org/en/latest/install-from-source.html
# install dependencies
sudo apt-get update
sudo apt-get install python-dev postgresql libpq-dev python-pip python-virtualenv git-core libcap-dev
# We'll install in the ubuntu user's home directory, i.e.