Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 2.45 KB

development.md

File metadata and controls

64 lines (48 loc) · 2.45 KB

Development Guide

Table of Contents generated with DocToc

Required tools/Binaries

Multicloud-Operators projects are built with following tools. Use the links provided to install them on your environment:

Launch Dev mode

Run the following command to launch developer mode:

git clone git@github.com:stolostron/multicloud-operators-deployable.git
cd multicloud-operators-deployable
export GITHUB_USER=<github_user>
export GITHUB_TOKEN=<github_token>
make
make build
./build/_output/bin/multicluster-operators-deployable

Build a local image

Build a local image by running the following command:

git clone git@github.com:stolostron/multicloud-operators-deployable.git
cd multicloud-operators-deployable
export GITHUB_USER=<github_user>
export GITHUB_TOKEN=<github_token>
make
make build-images