followed http://docs.ckan.org/en/2.8/maintaining/installing/install-from-package.html
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -y nginx apache2 libapache2-mod-wsgi libpq5 redis-server git-core
nginx will fail to start since the apache webserver is using port 80. Install nano and change the apache port: