This file contains 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
# 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. |