Farm Deployment

From CKAN

Jump to: navigation, search

Setting up a CKAN farm for hosting multiple instances of CKAN off a single codebase.

Setup

 -e git+https://github.com/okfn/ckanext-disqus#egg=ckanext-disqus      
 -e git+https://github.com/okfn/ckanext-follower#egg=ckanext-follower      
 -e git+https://github.com/okfn/ckanext-googleanalytics#egg=ckanext-googleanalytics      
 -e git+https://github.com/okfn/ckanext-stats#egg=ckanext-stats      
 -e git+https://github.com/okfn/ckanext-wordpresser#egg=ckanext-wordpresser      
 -e git+https://github.com/okfn/ckanext-solr#egg=ckanext-solr      
 -e git+https://github.com/okfn/ckanext-spatial#egg=ckanext-spatial 
 env_dir = '/etc/ckan/common/bin'      
 activate_this = os.path.join(env_dir, 'activate_this.py')      
 execfile(activate_this, dict(__file__=activate_this))    

Todo

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox