Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 933 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 933 Bytes

mbcker

This repository is dockerimage involve musicbrainz database.

How to install

Clone this repository

  • Clone this repository
git clone https://github.com/RottenFruits/mbcker.git
cd mbcker

Extra file download

cd src
git clone https://github.com/lalinsky/mbslave.git

Docker

  • build and run
docker build . -t mbcker
docker run -it -p 5440:5432 --name mbcker mbcker /bin/bash

DataBase

  • start
/etc/init.d/postgresql start
  • login
psql -h localhost -p 5432 -U musicbrainz
  • use client p1