Skip to content

Installation

Javad Chamanara edited this page Dec 16, 2020 · 4 revisions

This is the installation page of the LDM.Base for version 2.8.2. This installation will deploy and run LDM.Base using the ldm.base-2.8.2 branch.

Initial steps

There may be a need for registering keys and ppa entries based on the deployment OS

sudo add-apt-repository ppa:git-core/ppa
sudo apt-get update
sudo apt-get upgrade

Install VirualBox

sudo apt-get install -y virtualbox

Install Git

sudo apt-get install -y git

Install Vagrant

sudo apt-get install -y vagrant

Install and run LDM

git clone https://https://github.com/TIBHannover/ldm.base.git
cd ldm.base
git checkout ldm.base-2.8.2
cd contrib/vagrant
vagrant up

After installation has finished (about 15min), call Leibniz Data Manager in a browser with

http://localhost:5000/

Default credentials

Login for web application

ckan = admin:admin
db = ckan:ckan

Login to the installed VirtualBox (Ubuntu Xenial 16.04)

vagrant ssh