.. You should enable this project on travis-ci.org and coveralls.io to make
these badges work. The necessary Travis and Coverage config files have been
generated for you.
.. image:: https://travis-ci.org/surel89/ckanext-localimp.svg?branch=master
:target: https://travis-ci.org/surel89/ckanext-localimp
.. image:: https://coveralls.io/repos/surel89/ckanext-localimp/badge.svg
:target: https://coveralls.io/r/surel89/ckanext-localimp
.. image:: https://pypip.in/download/ckanext-localimp/badge.svg
:target: https://pypi.python.org/pypi//ckanext-localimp/
:alt: Downloads
.. image:: https://pypip.in/version/ckanext-localimp/badge.svg
:target: https://pypi.python.org/pypi/ckanext-localimp/
:alt: Latest Version
.. image:: https://pypip.in/py_versions/ckanext-localimp/badge.svg
:target: https://pypi.python.org/pypi/ckanext-localimp/
:alt: Supported Python versions
.. image:: https://pypip.in/status/ckanext-localimp/badge.svg
:target: https://pypi.python.org/pypi/ckanext-localimp/
:alt: Development Status
.. image:: https://pypip.in/license/ckanext-localimp/badge.svg
:target: https://pypi.python.org/pypi/ckanext-localimp/
:alt: License
=============
ckanext-localimp
This extension enables users to import data from a home directory into ckan
without the use of http uploads.
resource_create
Instead of the old parameter upload (FieldStorage (optional) needs multipart/form-data)
there are now to possibilities, where one can be chosen:
-upload_remote: Upload your file as FieldStorage (original ckan functionality)
-upload_local: Filepath relative to your home directory
Requirements
The application server needs access to the users home directories. Therefore it
is best that the user of the application server is in all usergroups. We use
LDAP (PosixAccount) with the extension
ckanext-ldap <https://github.com/NaturalHistoryMuseum/ckanext-ldap>_
and provide an extra