Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.35 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.35 KB

CD² ansible playbook

Ansible playbook for the deployment of the CD² metadata catalogue.

Requirements

Confirmed to work on the following host operating systems

  • Debian 10
  • Ubuntu 21.04

Usage

  • Navigate to the cd2-ansible directory
  • Copy an SSH keypair to the provisioning/files/ directory
  • Run vagrant up
  • Add the following line to your hostfile (e.g. /etc/hosts on Unix-based systems): 192.168.56.30 cd2.test
  • You can now access the CKAN environment at http://cd2.test (the credentials for the default administrative user are: admin:password)
  • To log into the virtual machine using SSH, run vagrant ssh

† This is necessary for cloning Github repositories using the git+ssh protocol. If you copy a keypair with write access to the CD² repositories you will have the added benefit of being able to push commits and branches to those repositories.