Category: CKAN
-
Install CKAN 2.5 on Ubuntu 14.04 LTS
Author: Jyun-Yao Huang (Allen; allen501pc@gmail.com)System Environment: Ubuntu Linux 14.04 LTS (64bits) 1. Update the metadata of packages $ sudo apt-get update 2. Install apache2, nginx, apache’s module wsgi and the library of postgres- libpq5. $ sudo apt-get install -y nginx apache2 libapache2-mod-wsgi libpq5 3. Download deb-package of python-ckan. There are two ways to get CKAN…
-
How to install SSL on CKAN
Please refer to the configuration files: https://gist.github.com/nigelbabu/076ad12c13b2071de8e1 Related references: (Chinese) Let’s Encrypt 的 SSL 憑證安裝 How To Secure Nginx with Let’s Encrypt on Ubuntu 14.04