The Data Manager is responsible for the support portion of the platform. In the context of infrastructure, this includes the creation, management and delivery of Research Data Repositories. It uses a CKAN with ckanext-spatial, the Geospatial extension for CKAN.
cd ckancd contrib/docker- run the following command:
sudo docker-compose up -d --build# it will run all the needed containers - run the following command:
sudo docker exec -it terrabrasilisrd_ckan /usr/local/bin/ckan-paster --plugin=ckan sysadmin -c /etc/ckan/production.ini add ckanadmin
Then you can open the ckan home at http://localhost:5000..
See the CKAN Documentation <http://docs.ckan.org>_ for installation instructions.