Skip to content

Instantly share code, notes, and snippets.

@NatuMyers
Created February 24, 2018 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NatuMyers/862b9ae0c02f89bb965ed2e97e402863 to your computer and use it in GitHub Desktop.
Save NatuMyers/862b9ae0c02f89bb965ed2e97e402863 to your computer and use it in GitHub Desktop.
Setup CKAN Commands (Prior to Postgres) (Ubuntu 14.01)
sudo apt-get update && sudo apt-get install -y nginx apache2 libapache2-mod-wsgi libpq5 redis-server git-core && wget http://packaging.ckan.org/python-ckan_2.6-trusty_amd64.deb && sudo dpkg -i python-ckan_2.6-trusty_amd64.deb && service apache2 reload && sudo apt-get install -y postgresql && sudo -u postgres psql -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment