Created
February 24, 2018 04:55
-
-
Save NatuMyers/862b9ae0c02f89bb965ed2e97e402863 to your computer and use it in GitHub Desktop.
Setup CKAN Commands (Prior to Postgres) (Ubuntu 14.01)
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
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