CKAN version 2.5.2
CKAN gSTAR Data Portal Theme
-
Clone the repository.
-
In the
settings
directory create a file namedlocal.py
. In thelocal.py
define the following settings to override them.
CKAN_HOST = 'http://my-ckan-app.com'
CKAN_USERNAME = 'my-ckan-username'
CKAN_PASSWORD = 'my-ckan-password'
- Once the correct configuration in place, install the requirements:
pip install -r requirements.txt
python bulkupload.py <dataset_id> </directory/path>