Skip to content
Philip Maechling edited this page Aug 6, 2021 · 24 revisions

Welcome to the bbp_docker wiki!

Installation

Clone the bbp_docker git repo to get scripts used in docker build

On Mac:

$cd /Users/maechlin
$git clone https://github.com/sceccode/bbp_docker.git

cd into new directory

$cd bbp_docker

Retrieve the git repo of the bbp distribution that you want to install in the docker image: Syntax for single branch clone

$git clone --single-branch --branch <branchname> <remote-repo>
$git clone --single-branch --branch dev https://github.com/sceccode/bbp.git

Clone this wiki locally