Skip to content

Quick Start Guide

MZC-CSC edited this page Jun 13, 2024 · 4 revisions

Quick Start by source code base

Source code clone from github repository

git clone https://github.com/cloud-barista/cm-butterfly.git

Environment variable setup

cd cm-butterfly
cp conf/setup.sample.env conf/setup.env

edit setup.env if you need (default is localhost)

-> CICADA_URL
-> HONEYBEE_URL
-> BEETLE_URL

source conf/setup.env

start server

go run main.go

Table of contents

Clone this wiki locally