Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

m-lab/utility-support

Repository files navigation

utility-support

Support repo for M-Lab utility slice.

To start:

git clone --recursive https://github.com/m-lab-tools/utility-support.git
cd utility-support
./package/slicebuild.sh mlab_utility_test

We recommend building in a dedicated environment. The build scripts create /home/mlab_utility_test and require root privileges to execute.

There is a dependency on 'git' and the yumgroup 'Development tools'.

Dockerfile

To build a docker image with the utility-support experiment installed:

docker build -t utility-support:local .