ckan / ckanext-mapviews

CKAN Resource View to build maps and choropleth maps
26 stars 23 forks source link

how to install ckanext-mapviews #33

Open khanh78 opened 9 years ago

khanh78 commented 9 years ago

Hello,

I'm a newbee in CKAN Could you tell me how to install ckanext-mapviews ?

Thanks for your help

luballe commented 6 years ago

-- From the command line:

cd /usr/lib/ckan/default/src/
git clone https://github.com/ckan/ckanext-viewhelpers.git
cd ckanext-viewhelpers/
python setup.py install

-- In your /etc/ckan/default/production.ini add viewhelpers at the end of plugins

-- Restart apache sudo service apache2 restart